summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/createshortcutoperation.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-03-09 13:57:13 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-03-11 09:53:57 +0000
commit265fd45e29a34ae066551acc48cac7c1c2b48ecd (patch)
treee943cb3719f9bf3ea1314520f4b543ae9dda5cc3 /src/libs/installer/createshortcutoperation.h
parent89a9788412d24a4138fb8d52cc5154238408bff2 (diff)
Fix reading and checking arguments of CreateShortcutOperation
Change-Id: I348f4985c268fabec9cc53424aea5adc2bfd1e46 Reviewed-by: Christoph VogtlÃĪnder <c.vogtlaender@sigma-surface-science.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/createshortcutoperation.h')
-rw-r--r--src/libs/installer/createshortcutoperation.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libs/installer/createshortcutoperation.h b/src/libs/installer/createshortcutoperation.h
index 29c9e2574..62ed53a82 100644
--- a/src/libs/installer/createshortcutoperation.h
+++ b/src/libs/installer/createshortcutoperation.h
@@ -49,6 +49,13 @@ public:
bool undoOperation();
bool testOperation();
Operation *clone() const;
+private:
+ void ensureOptionalArgumentsRead();
+
+ bool m_optionalArgumentsRead;
+ QString m_iconId;
+ QString m_iconPath;
+ QString m_workingDir;
};
}