summaryrefslogtreecommitdiff
path: root/src/assistant/assistant/remotecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/assistant/remotecontrol.h')
-rw-r--r--src/assistant/assistant/remotecontrol.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/assistant/assistant/remotecontrol.h b/src/assistant/assistant/remotecontrol.h
index 9a958f792..781d563f5 100644
--- a/src/assistant/assistant/remotecontrol.h
+++ b/src/assistant/assistant/remotecontrol.h
@@ -65,16 +65,16 @@ private:
private:
MainWindow *m_mainWindow;
- bool m_debug;
-
- bool m_caching;
QUrl m_setSource;
- bool m_syncContents;
QString m_activateKeyword;
QString m_activateIdentifier;
- int m_expandTOC;
QString m_currentFilter;
HelpEngineWrapper &helpEngine;
+ int m_expandTOC = -2;
+ bool m_debug = false;
+
+ bool m_caching = true;
+ bool m_syncContents = false;
};
QT_END_NAMESPACE