One-line warning fix...I swear I've done this before

This commit is contained in:
Zach Fox 2017-03-20 13:26:31 -07:00
parent 0506fc0033
commit 6c4b23195b

View file

@ -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();