mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
One-line warning fix...I swear I've done this before
This commit is contained in:
parent
0506fc0033
commit
6c4b23195b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class GlobalServicesScriptingInterface : public QObject {
|
|||
Q_OBJECT
|
||||
|
||||
Q_PROPERTY(QString username READ getUsername)
|
||||
Q_PROPERTY(QString findableBy READ getFindableBy WRITE setFindableBy)
|
||||
Q_PROPERTY(QString findableBy READ getFindableBy WRITE setFindableBy NOTIFY findableByChanged)
|
||||
|
||||
public:
|
||||
static GlobalServicesScriptingInterface* getInstance();
|
||||
|
|
Loading…
Reference in a new issue