mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
GeneralPane: Add BalloonTip to generate new identity checkbox
This commit is contained in:
@ -15,6 +15,7 @@ class QSlider;
|
||||
class QVBoxLayout;
|
||||
class ToolTipCheckBox;
|
||||
class ToolTipComboBox;
|
||||
class ToolTipPushButton;
|
||||
|
||||
namespace Core
|
||||
{
|
||||
@ -57,7 +58,7 @@ private:
|
||||
void CreateAnalytics();
|
||||
void GenerateNewIdentity();
|
||||
|
||||
QPushButton* m_button_generate_new_identity;
|
||||
ToolTipPushButton* m_button_generate_new_identity;
|
||||
ToolTipCheckBox* m_checkbox_enable_analytics;
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user