debugger: make the option to write timestamps to the log persistent

This commit is contained in:
hjk
2009-12-07 12:10:07 +01:00
parent f9d955eb6c
commit a5c5cfc42e

View File

@@ -364,6 +364,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
m_ui.spinBoxMaximalStackDepth);
m_group.insert(theDebuggerAction(ShowStdNamespace), 0);
m_group.insert(theDebuggerAction(ShowQtNamespace), 0);
m_group.insert(theDebuggerAction(LogTimeStamps), 0);
#ifdef USE_REVERSE_DEBUGGING
m_ui.checkBoxEnableReverseDebugging->hide();