Debugger: Add a way to copy selected values from Locals and Expressions

Task-number: QTCREATORBUG-14956
Change-Id: I2700820adf716afb784ec686297c15c48f3592f7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2016-06-03 17:02:23 +02:00
parent 797dc11937
commit 6df0a34e99
3 changed files with 16 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ public:
static int unprintableBase();
QByteArray watcherName(const QByteArray &exp);
QString editorContents();
QString editorContents(const QModelIndexList &list = QModelIndexList());
void scheduleResetLocation();
void resetLocation();