mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
ClickBlurLabel: Create a label which is blurred until it is clicked
This is particularly useful for people who stream their desktop and don't want to accidentally leak their IP or room.
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#include "Common/Lazy.h"
|
||||
#include "Core/NetPlayClient.h"
|
||||
#include "DolphinQt/GameList/GameListModel.h"
|
||||
#include "DolphinQt/NetPlay/ClickBlurLabel.h"
|
||||
#include "VideoCommon/OnScreenDisplay.h"
|
||||
|
||||
class BootSessionData;
|
||||
@ -127,7 +128,7 @@ private:
|
||||
// Players
|
||||
QGroupBox* m_players_box;
|
||||
QComboBox* m_room_box;
|
||||
QLabel* m_hostcode_label;
|
||||
ClickBlurLabel* m_hostcode_label;
|
||||
QPushButton* m_hostcode_action_button;
|
||||
QTableWidget* m_players_list;
|
||||
QPushButton* m_kick_button;
|
||||
|
Reference in New Issue
Block a user