diff options
author | Michele Calgaro <[email protected]> | 2022-03-27 20:01:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-03-27 20:01:48 +0900 |
commit | 4974727d50923a4393e5f0daddf4694c6e082a84 (patch) | |
tree | 97b2bc694bab23db107f132188ebed4fc46ac3da /tdeioslave/media/mounthelper/tdeio_media_mounthelper.h | |
parent | 88d92af3c14c0b0b9149440c1b5d38e8fb7cbd79 (diff) | |
download | tdebase-4974727d50923a4393e5f0daddf4694c6e082a84.tar.gz tdebase-4974727d50923a4393e5f0daddf4694c6e082a84.zip |
Add 'safeRemove' and 'safeRemoveByNode' to mediamanager DCOP interface.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h index 540012ce3..e1ae0c5c2 100644 --- a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h +++ b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h @@ -53,7 +53,6 @@ private: void lock(const Medium &medium); void eject(const Medium &medium); void safeRemoval(const Medium &medium); - void releaseHolders(const Medium &medium, bool handleThis = false); void openRealFolder(const Medium &medium); private slots: |