]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/draganddrophelper.h
fix incorrect view reset when unmounting similarly-named devices
[dolphin.git] / src / views / draganddrophelper.h
index 0eee34a3d84b288c5b5de43ced283aa2e504bea1..73043febc2ee91d70766179197c732e16af4a3ee 100644 (file)
@@ -42,15 +42,6 @@ public:
      */
     static KIO::DropJob *dropUrls(const QUrl &destUrl, QDropEvent *event, QWidget *window);
 
-    /**
-     * Checks if the destination supports dropping.
-     *
-     * @param destUrl   URL of the item destination.
-     * @return          True if the destination is a directory and is writable, or it's a desktop file.
-     *                  False otherwise.
-     */
-    static bool supportsDropping(const QUrl &destUrl);
-
     /**
      * Checks if the destination supports dropping.
      *