summaryrefslogtreecommitdiffstats
path: root/hoverwindow.h
diff options
context:
space:
mode:
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;