diff options
Diffstat (limited to 'src/dolphincontroller.h')
| -rw-r--r-- | src/dolphincontroller.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index ccf4e4879..aa0eab22f 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -26,8 +26,11 @@ #include <libdolphin_export.h> class KUrl; +class QBrush; class QModelIndex; class QPoint; +class QRect; +class QWidget; /** * @brief Allows to control Dolphin views and to react on state changes. @@ -83,6 +86,11 @@ public: inline void setZoomOutPossible(bool possible); inline 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 |
