diff options
Diffstat (limited to 'src/dolphincontroller.h')
| -rw-r--r-- | src/dolphincontroller.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index 16b5f5587..e08e9e490 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -192,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 |
