Implement the beloved right click context menu. Just a copy of the instance toolbar

This commit is contained in:
Sky
2014-01-05 00:06:59 +00:00
parent 52bbf07fe5
commit 79158144df
2 changed files with 29 additions and 0 deletions

View File

@ -145,6 +145,8 @@ slots:
// called when an icon is changed in the icon model.
void iconUpdated(QString);
void showInstanceContextMenu(const QPoint&);
public
slots:
void instanceActivated(QModelIndex);