From 689a94481d8b6a44119093b65814e0c0f3ad98b5 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 Oct 2018 17:36:26 +0200 Subject: Fix various build warnings --- lib/downloads/widgets/elidedlabel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/downloads') diff --git a/lib/downloads/widgets/elidedlabel.h b/lib/downloads/widgets/elidedlabel.h index b147d1a..3e3ccba 100644 --- a/lib/downloads/widgets/elidedlabel.h +++ b/lib/downloads/widgets/elidedlabel.h @@ -13,6 +13,7 @@ class ElidedLabel : public QLabel { + Q_OBJECT public: explicit ElidedLabel(QWidget *parent = nullptr); -- cgit v1.2.1