Skip to content
Snippets Groups Projects
Commit c09c3cff authored by Nicolas Arnaud-Cormos's avatar Nicolas Arnaud-Cormos Committed by Christian Kandeler
Browse files

Make toMap() protected


- to match other toMap() declarations
- to make it usable from subclasses

Change-Id: I0dcc1643fc37f3c327cc0fb2fb2dd1eca99f96fb
Reviewed-by: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent 368d5926
No related branches found
No related tags found
No related merge requests found
......@@ -83,12 +83,14 @@ public:
return 0;
}
protected:
QVariantMap toMap() const;
signals:
void deviceConfigurationListChanged();
void currentDeviceConfigurationChanged();
private:
QVariantMap toMap() const;
void initialize();
void setDeviceConfig(LinuxDeviceConfiguration::Id internalId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment