summaryrefslogtreecommitdiffstats
path: root/archiveview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-07-27 10:23:18 +0200
committerArno <am@disconnect.de>2013-07-27 10:23:18 +0200
commitfa4f4952b11b94ffa899e40c4f22070280a4a399 (patch)
tree775efd3e1081e57a2e2a73ae8c7c3a0cd492b743 /archiveview.h
parentb8b0cdeebbc7e6c7df905291974ed9612125fe55 (diff)
downloadSheMov-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.h1
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;
};