Fixes: debugger: make stack contents availaible in the clipboard

Details:  missing some more information, though..
This commit is contained in:
hjk
2009-03-03 18:05:23 +01:00
parent bd96ebf749
commit f306219431
2 changed files with 43 additions and 9 deletions

View File

@@ -61,6 +61,7 @@ private slots:
private:
void resizeEvent(QResizeEvent *ev);
void contextMenuEvent(QContextMenuEvent *ev);
void copyContentsToClipboard();
bool m_alwaysResizeColumnsToContents;
};