forked from qt-creator/qt-creator
debugger: provide a method to copy Locals&Watchers contents into a main editor.
Task-number: QTCREATORBUG-982
This commit is contained in:
@@ -187,6 +187,8 @@ private:
|
||||
void saveTypeFormats();
|
||||
void setFormat(const QByteArray &type, int format);
|
||||
void updateWatchersWindow();
|
||||
void showInEditor();
|
||||
void showInEditorHelper(QString *contents, WatchItem *item, int level);
|
||||
|
||||
bool m_inChange;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user