Skip to content
Snippets Groups Projects
Commit 08f522d9 authored by ck's avatar ck
Browse files

Maemo: Fix package creation step's toMap() function.

parent ee87607a
No related merge requests found
...@@ -148,7 +148,7 @@ QVariantMap MaemoPackageContents::toMap() const ...@@ -148,7 +148,7 @@ QVariantMap MaemoPackageContents::toMap() const
{ {
QVariantMap map; QVariantMap map;
map.insert(MODIFIED_KEY, m_modified); map.insert(MODIFIED_KEY, m_modified);
map.insert(REMOTE_EXE_KEY, remoteExecutableFilePath()); map.insert(REMOTE_EXE_KEY, m_remoteExecutableFilePath);
QStringList localFiles; QStringList localFiles;
QStringList remoteFiles; QStringList remoteFiles;
foreach (const Deployable &p, m_deployables) { foreach (const Deployable &p, m_deployables) {
......
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