diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-06-03 22:26:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-03 22:26:55 +0200 |
| commit | 0ecd812035a26c196154be2e28dad65aebcbd8bd (patch) | |
| tree | 4fb2ca83bca9b0314ea57fa63a864b6a29b6d917 /src/problemsdialog.h | |
| parent | f00314442b9c3c28e846c64da3c3f776e50656de (diff) | |
| parent | 1fcd8f0e09363a0103df116e137ea9eb16bbf0db (diff) | |
Merge pull request #744 from isanae/standard-menu-and-toolbar
Standard menu and toolbars
Diffstat (limited to 'src/problemsdialog.h')
| -rw-r--r-- | src/problemsdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/problemsdialog.h b/src/problemsdialog.h index a48a5de1..c211e4f5 100644 --- a/src/problemsdialog.h +++ b/src/problemsdialog.h @@ -21,20 +21,20 @@ public: ~ProblemsDialog();
bool hasProblems() const;
-private:
+private:
void runDiagnosis();
private slots:
-
void selectionChanged();
void urlClicked(const QUrl &url);
void startFix();
-private:
+private:
Ui::ProblemsDialog *ui;
std::vector<QObject *> m_PluginObjects;
+ bool m_hasProblems;
};
#endif // PROBLEMSDIALOG_H
|
