mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
khotkeys: MOC warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1865fff264
commit
8001344c49
1 changed files with 2 additions and 2 deletions
|
@ -53,11 +53,11 @@ public:
|
||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
|
|
||||||
virtual void changed(bool) const;
|
void changed(bool) const;
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
|
|
||||||
virtual void slotChanged(const QString &what = "Nothing" );
|
void slotChanged(const QString &what = "Nothing" );
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Add table
Reference in a new issue