diff options
author | Arno <am@disconnect.de> | 2013-07-28 07:46:16 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-28 07:46:16 +0200 |
commit | d6b178b1fdcdac519ded25e3f253d9eeffa84053 (patch) | |
tree | ba9a03e041fa72ccde37367ef07864884f0ced7b /archivecontroller.h | |
parent | 5cfaa2c755c52c2ccbdd88ea3239dafb120a179b (diff) | |
download | SheMov-d6b178b1fdcdac519ded25e3f253d9eeffa84053.tar.gz SheMov-d6b178b1fdcdac519ded25e3f253d9eeffa84053.tar.bz2 SheMov-d6b178b1fdcdac519ded25e3f253d9eeffa84053.zip |
Implement file properties dialog
Show file properties in Filemanager and Archive, if the file is
available.
Also get rid of the palette stuff in SmGlobals. Just call setPalette()
early enough and set it in SmTreeView.
Diffstat (limited to 'archivecontroller.h')
-rw-r--r-- | archivecontroller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivecontroller.h b/archivecontroller.h index 4f24973..2fbde4e 100644 --- a/archivecontroller.h +++ b/archivecontroller.h @@ -51,6 +51,7 @@ class ArchiveController : public QObject { void editDvdNo(); void editFileType(); void editFileNo(); + void showProperties(); void addActionForTree(QAction *a); void readConfig(); |