Implemented copy of view using context menu and keyboard shortcuts

p4#: 21377
This commit is contained in:
Magne Sjaastad
2013-04-23 11:24:54 +02:00
parent de5542976c
commit fc405f0fb8
3 changed files with 71 additions and 2 deletions

View File

@@ -86,6 +86,8 @@ private slots:
private:
void clearClipboard();
RimCase* caseFromItemIndex(const QModelIndex& itemIndex);
private:
QFileSystemWatcher* m_scriptChangeDetector;
};