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:
parent
6f9e6c5405
commit
eb09774455
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user