debugger: provide a method to copy Locals&Watchers contents into a main editor.

Task-number: QTCREATORBUG-982
This commit is contained in:
hjk
2010-09-08 09:09:09 +02:00
parent 18d14b5367
commit 1d3606f4b9
4 changed files with 35 additions and 0 deletions

View File

@@ -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;