Replace slots with Q_SLOTS
This commit is contained in:
@@ -61,7 +61,7 @@ class ContextSettingsPage : public SettingsPage {
|
||||
void Load() override;
|
||||
void Save() override;
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void InsertVariableFirstLine(QAction *action);
|
||||
void InsertVariableSecondLine(QAction *action);
|
||||
static void ShowMenuTooltip(QAction *action);
|
||||
|
||||
Reference in New Issue
Block a user