summaryrefslogtreecommitdiff
path: root/src/problemsdialog.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-04-05 15:36:42 +0200
committerTannin <devnull@localhost>2014-04-05 15:36:42 +0200
commitcabed9b268c9f095d5e3b98a6797b0bcdcd38b1f (patch)
tree454b03b0c5664e90fe586e7b39603e34a526d35b /src/problemsdialog.h
parent98e5e57a845541acddf519a81957261f58008cb9 (diff)
parentc017f4a0d50b67a44e276bd5ae8929ed3990c62c (diff)
Merge with branch1.1
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