mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
Add Q_OBJECT to StatusBar and TipLabel
Makes it possible to style them with style sheets.
This commit is contained in:
parent
6f9e6c5405
commit
eb09774455
|
@ -30,6 +30,8 @@ class AbstractButtonInterface;
|
||||||
|
|
||||||
class FALKON_EXPORT TipLabel : public SqueezeLabelV1
|
class FALKON_EXPORT TipLabel : public SqueezeLabelV1
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit TipLabel(QWidget* parent);
|
explicit TipLabel(QWidget* parent);
|
||||||
|
|
||||||
|
@ -46,6 +48,8 @@ private:
|
||||||
|
|
||||||
class FALKON_EXPORT StatusBar : public QStatusBar
|
class FALKON_EXPORT StatusBar : public QStatusBar
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit StatusBar(BrowserWindow *window);
|
explicit StatusBar(BrowserWindow *window);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user