File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class FINDREPLACESHARED_EXPORT FindReplaceDialog : public QDialog
50
50
*/
51
51
virtual void readSettings (QSettings &settings, const QString &prefix = " FindReplaceDialog" );
52
52
53
- public slots :
53
+ public Q_SLOTS :
54
54
/* *
55
55
* Sets the current textToFind (used to set it from specialized current selection, etc)
56
56
*/
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class FINDREPLACESHARED_EXPORT FindReplaceForm : public QWidget
80
80
*/
81
81
virtual void readSettings (QSettings &settings, const QString &prefix = " FindReplaceDialog" );
82
82
83
- public slots :
83
+ public Q_SLOTS :
84
84
/* *
85
85
* Sets the current textToFind (used to set it from specialized current selection, etc)
86
86
*/
@@ -139,7 +139,7 @@ class FINDREPLACESHARED_EXPORT FindReplaceForm : public QWidget
139
139
// / shows a message in the dialog
140
140
void showMessage (const QString &message);
141
141
142
- protected slots :
142
+ protected Q_SLOTS :
143
143
// / when the text edit contents changed
144
144
void textToFindChanged ();
145
145
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class MainWindow : public QMainWindow {
30
30
void writeSettings ();
31
31
void readSettings ();
32
32
33
- private slots :
33
+ private Q_SLOTS :
34
34
void about ();
35
35
36
36
void findDialog ();
You can’t perform that action at this time.
0 commit comments