debugger: make maximal number of stack entries configurable

This commit is contained in:
hjk
2009-04-02 15:06:24 +02:00
parent 4198ffa193
commit bcd279a198
9 changed files with 92 additions and 24 deletions

View File

@@ -93,6 +93,8 @@ private:
Q_SLOT void lineEditEditingFinished();
Q_SLOT void pathChooserEditingFinished();
Q_SLOT void actionTriggered(bool);
Q_SLOT void spinBoxValueChanged(int);
Q_SLOT void spinBoxValueChanged(QString);
QVariant m_value;
QVariant m_defaultValue;