summaryrefslogtreecommitdiffstats
path: root/hoverwindow.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-10-17 11:09:56 +0200
committerArno <am@disconnect.de>2010-10-17 11:09:56 +0200
commitfe9e348cc2ec4990b0c81179b0507f4a1df54c95 (patch)
treed1b793941906c9a681ce39562df69ec84aa064df /hoverwindow.h
parent20df1c43f5b7425810b5d16e3658f0772aae9b6c (diff)
downloadSheMov-fe9e348cc2ec4990b0c81179b0507f4a1df54c95.tar.gz
SheMov-fe9e348cc2ec4990b0c81179b0507f4a1df54c95.tar.bz2
SheMov-fe9e348cc2ec4990b0c81179b0507f4a1df54c95.zip
Revert "Revert "Let HoverWindow always stay on screen""
This reverts commit 20df1c43f5b7425810b5d16e3658f0772aae9b6c. revert the revert... I actually wanted to check out something...
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;