use the namespace
This commit is contained in:
parent
7c14b22fc0
commit
f1448ed71c
@ -50,7 +50,7 @@ class ConfigModel;
|
||||
class PLASMAQUICK_EXPORT ConfigView : public QQuickView
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(ConfigModel *configModel READ configModel CONSTANT)
|
||||
Q_PROPERTY(PlasmaQuick::ConfigModel *configModel READ configModel CONSTANT)
|
||||
Q_PROPERTY(QString appletGlobalShortcut READ appletGlobalShortcut WRITE setAppletGlobalShortcut NOTIFY appletGlobalShortcutChanged)
|
||||
|
||||
public:
|
||||
@ -69,7 +69,7 @@ public:
|
||||
/**
|
||||
* @return the ConfigModel of the ConfigView
|
||||
**/
|
||||
ConfigModel *configModel() const;
|
||||
PlasmaQuick::ConfigModel *configModel() const;
|
||||
|
||||
Q_SIGNALS:
|
||||
void appletGlobalShortcutChanged();
|
||||
|
Loading…
Reference in New Issue
Block a user