Skip to content
Snippets Groups Projects
Commit 3fb2e724 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

RemoteLinux: Give default value to constructor argument.

Change-Id: I39d5994d3a8ccad29f462f04eeff2ce9b6ef9566
Reviewed-on: http://codereview.qt.nokia.com/4265


Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent d91c218d
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class REMOTELINUX_EXPORT AbstractRemoteLinuxDeployService : public QObject ...@@ -59,7 +59,7 @@ class REMOTELINUX_EXPORT AbstractRemoteLinuxDeployService : public QObject
Q_OBJECT Q_OBJECT
Q_DISABLE_COPY(AbstractRemoteLinuxDeployService) Q_DISABLE_COPY(AbstractRemoteLinuxDeployService)
public: public:
explicit AbstractRemoteLinuxDeployService(QObject *parent); explicit AbstractRemoteLinuxDeployService(QObject *parent = 0);
~AbstractRemoteLinuxDeployService(); ~AbstractRemoteLinuxDeployService();
void setDeviceConfiguration(const QSharedPointer<const LinuxDeviceConfiguration> &deviceConfiguration); void setDeviceConfiguration(const QSharedPointer<const LinuxDeviceConfiguration> &deviceConfiguration);
......
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