summaryrefslogtreecommitdiff
path: root/src/problemsdialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-02 11:55:13 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-02 11:55:13 -0400
commit3c7b232361d01f79a1d48ae3d8200cb6a68bbf32 (patch)
tree3b82f55b743f9ccf6a5b2cbcca2ab364f9a1ce87 /src/problemsdialog.h
parentf00314442b9c3c28e846c64da3c3f776e50656de (diff)
- always show statusbar, used by the menu and toolbar to display status tips
- reduced margins around central widgets to align it with status bar text, removed bottom margins completely because the statusbar is enough - notifications: now always enabled, dialog shows a special item when empty, just change the tooltip and leave the text alone - added all toolbar actions to menu - non functional in menu for now: tools, help and endorse because they're menus - changed some of the action strings to be the same on both toolbar and menu, added missing status tips
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 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