summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/createshortcutoperation.h
diff options
context:
space:
mode:
authorFrerich Raabe <raabe@froglogic.com>2016-01-11 16:21:31 +0100
committerKatja Marttila <katja.marttila@theqtcompany.com>2016-01-18 04:46:11 +0000
commit8b344748b7059ade811c7b0f28c4458b0d01eb4d (patch)
tree48cb2a7f1c1384f3842a122c69c7ae1f107a514e /src/libs/installer/createshortcutoperation.h
parente53cb9d364f9809d24748039a0526d4ec57764d6 (diff)
Added support for setting descriptions of Windows shortcuts
This patch extends the CreateShortcut operation on Windows such that it recognizes a new optional 'description' argument - if specified, it's used to set the description (AKA "comment") of the Windows shortcut. Change-Id: Ib0ab48bd30e83d9cc89b1bad7d2b88e9109bdcea Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/createshortcutoperation.h')
-rw-r--r--src/libs/installer/createshortcutoperation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/createshortcutoperation.h b/src/libs/installer/createshortcutoperation.h
index c39d9cbb4..a2be4d889 100644
--- a/src/libs/installer/createshortcutoperation.h
+++ b/src/libs/installer/createshortcutoperation.h
@@ -56,6 +56,7 @@ private:
QString m_iconId;
QString m_iconPath;
QString m_workingDir;
+ QString m_description;
};
}