summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-11-20 16:43:40 +0100
committerArno <am@disconnect.de>2010-11-20 16:43:40 +0100
commitc5963017115e630c52cf6380b63266c9963568de (patch)
treed62ef40ab9a963d7384b38ed6ebdb890a729a7a6 /shemov.h
parent3411f7ef7f44a3933aef256d26954e323e2b2175 (diff)
downloadSheMov-c5963017115e630c52cf6380b63266c9963568de.tar.gz
SheMov-c5963017115e630c52cf6380b63266c9963568de.tar.bz2
SheMov-c5963017115e630c52cf6380b63266c9963568de.zip
Added support for mounting cd/dvds
DVDs or CDs can be mounted under *NIX like OS now. It still eludes me how to refresh a directory from a QFileSystemModel when it's mounted. Maybe it's a qt bug...
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index b6cdb15..963faf8 100644
--- a/shemov.h
+++ b/shemov.h
@@ -47,6 +47,7 @@ class SheMov : public QMainWindow {
void checkConsistency();
void toggleHoverPics(bool toggled);
void toggleHoverArchive(bool toggled);
+ void checkMount(bool mounted);
signals:
void configChanged();
@@ -79,6 +80,7 @@ class SheMov : public QMainWindow {
QAction *mRenameA;
QAction *mCdupA;
QAction *mBackDirA;
+ QAction *mMountDvdA;
QAction *mRenameCoverFA;
QAction *mRenameCoverBA;
QAction *mRenameCoverCA;