diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 25f22911..4a932da7 100644 --- a/src/settings.h +++ b/src/settings.h @@ -286,6 +286,11 @@ public: void setMotDHash(uint hash); /** + * @return true if the user wants to have archives being parsed to show conflicts and contents + */ + bool archiveParsing() const; + + /** * @return hash of the last displayed message of the day **/ uint getMotDHash() const; @@ -520,6 +525,7 @@ private: QCheckBox *m_forceEnableBox; QCheckBox *m_displayForeignBox; QCheckBox *m_lockGUIBox; + QCheckBox *m_enableArchiveParsingBox; }; private slots: |
