summaryrefslogtreecommitdiff
path: root/src/problemsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/problemsdialog.h')
-rw-r--r--src/problemsdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/problemsdialog.h b/src/problemsdialog.h
index 050785f4..24a69cdf 100644
--- a/src/problemsdialog.h
+++ b/src/problemsdialog.h
@@ -21,6 +21,9 @@ public:
~ProblemsDialog();
bool hasProblems() const;
+private:
+
+ void runDiagnosis();
private slots:
@@ -31,6 +34,7 @@ private slots:
private:
Ui::ProblemsDialog *ui;
+ std::vector<MOBase::IPluginDiagnose *> m_DiagnosePlugins;
};
#endif // PROBLEMSDIALOG_H