GeneralPane: Add BalloonTip to generate new identity checkbox

This commit is contained in:
Dentomologist
2024-04-25 23:10:38 -07:00
parent 5512b68020
commit 6a735f3758
2 changed files with 10 additions and 4 deletions

View File

@ -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
};