aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/maemopackagecreationstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/maemopackagecreationstep.h')
-rw-r--r--src/plugins/remotelinux/maemopackagecreationstep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/maemopackagecreationstep.h b/src/plugins/remotelinux/maemopackagecreationstep.h
index 1f11ab88eed..b261b82f172 100644
--- a/src/plugins/remotelinux/maemopackagecreationstep.h
+++ b/src/plugins/remotelinux/maemopackagecreationstep.h
@@ -90,7 +90,7 @@ private:
virtual QString packageFileName() const;
virtual bool createPackage(QProcess *buildProc, const QFutureInterface<bool> &fi)=0;
- virtual bool isMetaDataNewerThan(const QDateTime &packageDate) const=0;
+ virtual bool isMetaDataNewerThan(const QDateTime &packageDate) const = 0;
QString projectName() const;
static QString nativePath(const QFile &file);