diff options
Diffstat (limited to 'hoverwindow.h')
-rw-r--r-- | hoverwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hoverwindow.h b/hoverwindow.h index ac52df4..580d9e9 100644 --- a/hoverwindow.h +++ b/hoverwindow.h @@ -18,7 +18,7 @@ class QHBoxLayout; class HoverWindow : public QWidget { Q_OBJECT public: - explicit HoverWindow(QWidget *parent = 0, Qt::WindowFlags f = Qt::Tool | Qt::FramelessWindowHint); + explicit HoverWindow(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::Tool | Qt::FramelessWindowHint); void setContent(const QString &parent, const QStringList &children); void setPixmap(const QPixmap &pm, bool scale = true); void setData(const QList<QVariant> &data); |