aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/maemopackagecreationstep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/maemopackagecreationstep.cpp')
-rw-r--r--src/plugins/remotelinux/maemopackagecreationstep.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/maemopackagecreationstep.cpp b/src/plugins/remotelinux/maemopackagecreationstep.cpp
index a1fe351c387..3cfa9cb5168 100644
--- a/src/plugins/remotelinux/maemopackagecreationstep.cpp
+++ b/src/plugins/remotelinux/maemopackagecreationstep.cpp
@@ -578,9 +578,7 @@ class CreateTarStepWidget : public BuildStepConfigWidget
{
Q_OBJECT
public:
- CreateTarStepWidget(MaemoTarPackageCreationStep *step) : m_step(step) {}
-
- virtual void init()
+ CreateTarStepWidget(MaemoTarPackageCreationStep *step) : m_step(step)
{
connect(m_step, SIGNAL(packageFilePathChanged()),
SIGNAL(updateSummary()));