diff options
author | Arno <am@disconnect.de> | 2013-07-27 10:23:18 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-27 10:23:18 +0200 |
commit | fa4f4952b11b94ffa899e40c4f22070280a4a399 (patch) | |
tree | 775efd3e1081e57a2e2a73ae8c7c3a0cd492b743 /archiveview.h | |
parent | b8b0cdeebbc7e6c7df905291974ed9612125fe55 (diff) | |
download | SheMov-fa4f4952b11b94ffa899e40c4f22070280a4a399.tar.gz SheMov-fa4f4952b11b94ffa899e40c4f22070280a4a399.tar.bz2 SheMov-fa4f4952b11b94ffa899e40c4f22070280a4a399.zip |
Change new archive edit menu
Put actions for files and tree in submenus and use selectionModel
instead of currentIndex for retrieving the selected item in the tree.
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h index 48517da..6abb86f 100644 --- a/archiveview.h +++ b/archiveview.h @@ -92,6 +92,7 @@ class ArchiveTree : public SmTreeView { private: void impossible(const QString msg = tr("Unable to perform function!")); + QModelIndex firstSelected(); ArchiveProxy *mProxy; ArchiveModel *mModel; }; |