forked from qt-creator/qt-creator
Debugger: Save watcher history
Change-Id: I2cb838bf78a095b822540f4dd98b9b4170079f93 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
#include <utils/savedaction.h>
|
#include <utils/savedaction.h>
|
||||||
|
#include <utils/fancylineedit.h>
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QMetaProperty>
|
#include <QMetaProperty>
|
||||||
@@ -102,8 +103,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Standard line edits for the rest.
|
// Standard line edits for the rest.
|
||||||
QLineEdit *lineEdit = new QLineEdit(parent);
|
Utils::FancyLineEdit *lineEdit = new Utils::FancyLineEdit(parent);
|
||||||
lineEdit->setFrame(false);
|
lineEdit->setFrame(false);
|
||||||
|
lineEdit->setHistoryCompleter(QLatin1String("WatchItems"));
|
||||||
return lineEdit;
|
return lineEdit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user