We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c03b1b commit 0d406ecCopy full SHA for 0d406ec
demo/StatusDialog.h
@@ -23,7 +23,7 @@ class CStatusDialog : public QDialog
23
Q_OBJECT
24
private:
25
StatusDialogPrivate* d; ///< private data (pimpl)
26
- friend class StatusDialogPrivate;
+ friend struct StatusDialogPrivate;
27
28
private slots:
29
void on_dockWidgetsComboBox_currentIndexChanged(int index);
0 commit comments