diff options
author | Arno <am@disconnect.de> | 2010-11-20 16:43:40 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-11-20 16:43:40 +0100 |
commit | c5963017115e630c52cf6380b63266c9963568de (patch) | |
tree | d62ef40ab9a963d7384b38ed6ebdb890a729a7a6 /shemov.h | |
parent | 3411f7ef7f44a3933aef256d26954e323e2b2175 (diff) | |
download | SheMov-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |