diff options
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; }; |