summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-11-05 18:58:28 +0800
committerMichele Calgaro <[email protected]>2020-11-05 18:58:43 +0800
commit642bc50e1834a1ed3b49e2a21e8ec38aa7880d20 (patch)
treedc00e774333ab51a5a55d636a6e31f75a11a4644 /tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
parent1a97a720e5b84aab02c9dfc8fe0bf504182825af (diff)
downloadtdebase-642bc50e1834a1ed3b49e2a21e8ec38aa7880d20.tar.gz
tdebase-642bc50e1834a1ed3b49e2a21e8ec38aa7880d20.zip
tdeio media slave: added 'Open Real Folder' to tdeio_media_mounthelper.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave/media/mounthelper/tdeio_media_mounthelper.h')
-rw-r--r--tdeioslave/media/mounthelper/tdeio_media_mounthelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
index 59dba6e5a..5bbe594b8 100644
--- a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
+++ b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h
@@ -56,6 +56,7 @@ private:
void eject(const TQString &device, bool quiet=false);
void safeRemoval(const Medium &medium);
void releaseHolders(const Medium &medium, bool handleThis = false);
+ void openRealFolder(const Medium &medium);
private slots:
void slotSendPassword();