summaryrefslogtreecommitdiffstats
path: root/hoverwindow.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-10-17 08:14:47 +0200
committerArno <am@disconnect.de>2010-10-17 08:14:47 +0200
commita3a556cc8af3433de1f8d5e22a4ba62cc029f145 (patch)
treed1b793941906c9a681ce39562df69ec84aa064df /hoverwindow.h
parentd7db872a15418d20392990a65d9525c11e2a4fa4 (diff)
downloadSheMov-a3a556cc8af3433de1f8d5e22a4ba62cc029f145.tar.gz
SheMov-a3a556cc8af3433de1f8d5e22a4ba62cc029f145.tar.bz2
SheMov-a3a556cc8af3433de1f8d5e22a4ba62cc029f145.zip
Let HoverWindow always stay on screen
Fixed HoverWindow so it always stays completely on screeen.
Diffstat (limited to 'hoverwindow.h')
-rw-r--r--hoverwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hoverwindow.h b/hoverwindow.h
index 6991d0b..4223f9a 100644
--- a/hoverwindow.h
+++ b/hoverwindow.h
@@ -19,6 +19,7 @@ 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;