Added ability to double click a resource in the resource browser to open it for editing

This commit is contained in:
parax0
2016-08-28 04:07:17 -06:00
parent 20bddd5ed7
commit d263610d43
9 changed files with 101 additions and 45 deletions

View File

@@ -27,6 +27,7 @@ public slots:
void OnSortModeChanged(int Index);
void OnSearchStringChanged();
void OnDirectorySelectionChanged(const QModelIndex& rkNewIndex, const QModelIndex& rkPrevIndex);
void OnDoubleClickResource(QModelIndex Index);
};
#endif // CRESOURCEBROWSER_H