1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Add Q_OBJECT to StatusBar and TipLabel

Makes it possible to style them with style sheets.
This commit is contained in:
David Rosca 2018-03-30 10:25:43 +02:00
parent 6f9e6c5405
commit eb09774455
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -30,6 +30,8 @@ class AbstractButtonInterface;
class FALKON_EXPORT TipLabel : public SqueezeLabelV1
{
Q_OBJECT
public:
explicit TipLabel(QWidget* parent);
@ -46,6 +48,8 @@ private:
class FALKON_EXPORT StatusBar : public QStatusBar
{
Q_OBJECT
public:
explicit StatusBar(BrowserWindow *window);