diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-20 10:59:07 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 03:06:59 -0400 |
| commit | e8d7930edacdc04a4607ecd59fc402f2f04ea39d (patch) | |
| tree | b730dcd5f19a88e9fffd185c6e94aa3ebeacb3f6 /src/settings.h | |
| parent | e4dcdb01ac2e3f99fea76b21e1acfd21d0de89c7 (diff) | |
split diagnostics tab
fixed log and crash dump directory links in label not working
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/settings.h b/src/settings.h index 64068173..71fbcbc1 100644 --- a/src/settings.h +++ b/src/settings.h @@ -449,24 +449,6 @@ private: void readPluginBlacklist(); QString getConfigurablePath(const QString &key, const QString &def, bool resolve) const; - - - class DiagnosticsTab : public SettingsTab - { - public: - DiagnosticsTab(Settings *parent, SettingsDialog &dialog); - - void update(); - - private: - QComboBox *m_logLevelBox; - QComboBox *m_dumpsTypeBox; - QSpinBox *m_dumpsMaxEdit; - QLabel *m_diagnosticsExplainedLabel; - - void setLevelsBox(); - }; - private slots: signals: |
