summaryrefslogtreecommitdiffstats
path: root/hoverwindow.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-10-17 11:07:38 +0200
committerArno <am@disconnect.de>2010-10-17 11:07:38 +0200
commit20df1c43f5b7425810b5d16e3658f0772aae9b6c (patch)
tree778104058f0fa87a5dbeb25aa7f6f410f2b748e4 /hoverwindow.h
parenta3a556cc8af3433de1f8d5e22a4ba62cc029f145 (diff)
downloadSheMov-20df1c43f5b7425810b5d16e3658f0772aae9b6c.tar.gz
SheMov-20df1c43f5b7425810b5d16e3658f0772aae9b6c.tar.bz2
SheMov-20df1c43f5b7425810b5d16e3658f0772aae9b6c.zip
Revert "Let HoverWindow always stay on screen"
This reverts commit a3a556cc8af3433de1f8d5e22a4ba62cc029f145.
Diffstat (limited to 'hoverwindow.h')
-rw-r--r--hoverwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hoverwindow.h b/hoverwindow.h
index 4223f9a..6991d0b 100644
--- a/hoverwindow.h
+++ b/hoverwindow.h
@@ -19,7 +19,6 @@ class HoverWindow : public QWidget {
void setContent(const QString &parent, const QStringList &children);
void setPixmap(const QPixmap &pm);
int pixmapHeight() const;
- void setPos(const QPoint &cursorPos);
private:
QLabel *mLabel;