OSDN Git Service

RemoteLinux: Give default value to constructor argument.
authorChristian Kandeler <christian.kandeler@nokia.com>
Tue, 6 Sep 2011 14:14:17 +0000 (16:14 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Tue, 6 Sep 2011 14:17:08 +0000 (16:17 +0200)
Change-Id: I39d5994d3a8ccad29f462f04eeff2ce9b6ef9566
Reviewed-on: http://codereview.qt.nokia.com/4265
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
src/plugins/remotelinux/abstractremotelinuxdeployservice.h

index e340984..c7ec083 100644 (file)
@@ -59,7 +59,7 @@ class REMOTELINUX_EXPORT AbstractRemoteLinuxDeployService : public QObject
     Q_OBJECT
     Q_DISABLE_COPY(AbstractRemoteLinuxDeployService)
 public:
-    explicit AbstractRemoteLinuxDeployService(QObject *parent);
+    explicit AbstractRemoteLinuxDeployService(QObject *parent = 0);
     ~AbstractRemoteLinuxDeployService();
 
     void setDeviceConfiguration(const QSharedPointer<const LinuxDeviceConfiguration> &deviceConfiguration);