debugger: work on optional prebuild dumper library

This commit is contained in:
hjk
2009-03-23 14:34:01 +01:00
parent 1c110388ec
commit 380cb40f27
6 changed files with 50 additions and 30 deletions

View File

@@ -80,6 +80,8 @@ public:
virtual QString textPattern() const;
Q_SLOT virtual void setTextPattern(const QString &value);
QString toString() const;
signals:
void valueChanged(const QVariant &newValue);
void boolValueChanged(bool newValue);