summaryrefslogtreecommitdiff
path: root/src/problemsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/problemsdialog.h')
-rw-r--r--src/problemsdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/problemsdialog.h b/src/problemsdialog.h
index 24a69cdf..a48a5de1 100644
--- a/src/problemsdialog.h
+++ b/src/problemsdialog.h
@@ -15,9 +15,9 @@ class ProblemsDialog;
class ProblemsDialog : public QDialog
{
Q_OBJECT
-
+
public:
- explicit ProblemsDialog(std::vector<MOBase::IPluginDiagnose*> diagnosePlugins, QWidget *parent = 0);
+ explicit ProblemsDialog(std::vector<QObject*> pluginObjects, QWidget *parent = 0);
~ProblemsDialog();
bool hasProblems() const;
@@ -34,7 +34,7 @@ private slots:
private:
Ui::ProblemsDialog *ui;
- std::vector<MOBase::IPluginDiagnose *> m_DiagnosePlugins;
+ std::vector<QObject *> m_PluginObjects;
};
#endif // PROBLEMSDIALOG_H