]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontroller.h
Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as currently...
[dolphin.git] / src / dolphincontroller.h
index c5f0e1a2bedfa27739b253d2b8ff800cac825ee5..e08e9e49031acf958b2873152efd2be5b03a0845 100644 (file)
@@ -128,12 +128,10 @@ public:
      * @param urls      URLs that are dropped above a destination.
      * @param destPath  Path of the destination.
      * @param destItem  Destination item (can be null, see KFileItem::isNull()).
-     * @param source    Pointer to the view implementation which invoked this method.
      */
     void indicateDroppedUrls(const KUrl::List& urls,
                              const KUrl& destPath,
-                             const KFileItem& destItem,
-                             QWidget* source);
+                             const KFileItem& destItem);
 
     /**
      * Informs the abstract Dolphin view about a sorting change done inside
@@ -194,11 +192,6 @@ public:
     void setZoomOutPossible(bool possible);
     bool isZoomOutPossible() const;
 
-    // TODO: remove this method when the issue #160611 is solved in Qt 4.4
-    static void drawHoverIndication(QWidget* widget,
-                                    const QRect& bounds,
-                                    const QBrush& brush);
-
 public slots:
     /**
      * Emits the signal itemTriggered(). The method should be invoked by the
@@ -251,13 +244,11 @@ signals:
      * Is emitted if the URLs \a urls have been dropped to the destination
      * path \a destPath. If the URLs have been dropped above an item of
      * the destination path, the item is indicated by \a destItem
-     * (can be null, see KFileItem::isNull()). \a source indicates
-     * the widget where the dragging has been started from.
+     * (can be null, see KFileItem::isNull()).
      */
     void urlsDropped(const KUrl::List& urls,
                      const KUrl& destPath,
-                     const KFileItem& destItem,
-                     QWidget* source);
+                     const KFileItem& destItem);
 
     /**
      * Is emitted if the sorting has been changed to \a sorting by