citra-qt: Add support for copying the command list contents to clipboard.

This commit is contained in:
Tony Wasserka 2015-05-27 16:32:02 +02:00
parent 7673cdfdae
commit 7fd03750bd
2 changed files with 31 additions and 1 deletions

View file

@ -49,6 +49,8 @@ public slots:
void SetCommandInfo(const QModelIndex&);
void CopyAllToClipboard();
signals:
void TracingFinished(const Pica::DebugUtils::PicaTrace&);