summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorEran Mizrahi <erasmux@gmail.com>2017-12-12 23:22:04 +0200
committerEran Mizrahi <erasmux@gmail.com>2017-12-12 23:22:04 +0200
commit240900de39aaf1562332ed88708b4b128703ad0e (patch)
tree8b4a258adbc1df8b0bbaa9b2e4d2b617cd8f1cfb /src/settings.h
parent2c69f9c407ec803c3c99713fe591717ebcee191b (diff)
Move crash dumps to instance-dependant data folder
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 9ee29ba3..ae38223f 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -41,6 +41,7 @@ class QLineEdit;
class QSpinBox;
class QListWidget;
class QWidget;
+class QLabel;
struct ServerInfo;
@@ -414,6 +415,7 @@ private:
QComboBox *m_logLevelBox;
QComboBox *m_dumpsTypeBox;
QSpinBox *m_dumpsMaxEdit;
+ QLabel *m_diagnosticsExplainedLabel;
};
/** Display/store the configuration in the 'nexus' tab of the settings dialogue */