summaryrefslogtreecommitdiffstats
path: root/hoverwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'hoverwindow.h')
-rw-r--r--hoverwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hoverwindow.h b/hoverwindow.h
index ee061dd..af2f084 100644
--- a/hoverwindow.h
+++ b/hoverwindow.h
@@ -21,7 +21,7 @@ class HoverWindow : public QWidget {
public:
explicit HoverWindow(QWidget *parent = 0, Qt::WindowFlags f = Qt::Tool | Qt::FramelessWindowHint);
void setContent(const QString &parent, const QStringList &children);
- void setPixmap(const QPixmap &pm);
+ void setPixmap(const QPixmap &pm, bool scale = true);
void setData(const QList<QVariant> &data);
int pixmapHeight() const;
void setPos();