summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/custom-appman/custom-appman.cpp
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2020-07-14 12:04:25 +0200
committerRobert Griebl <robert.griebl@qt.io>2020-07-17 01:39:13 +0200
commit877ec0c6c206e40c24ccdcc6ec595af500029d00 (patch)
treeaebde71024501c70f6da4f86b91b781e7c262b88 /examples/applicationmanager/custom-appman/custom-appman.cpp
parent8a08dcc18ab8cbc3ef40989bd6500c413821dbf4 (diff)
Small fixes - mostly qdoc warnings
Change-Id: I86926f03e616aeefd680dd9650eb551eb335f4fb Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/custom-appman/custom-appman.cpp')
-rw-r--r--examples/applicationmanager/custom-appman/custom-appman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/applicationmanager/custom-appman/custom-appman.cpp b/examples/applicationmanager/custom-appman/custom-appman.cpp
index 85766d27..924afadd 100644
--- a/examples/applicationmanager/custom-appman/custom-appman.cpp
+++ b/examples/applicationmanager/custom-appman/custom-appman.cpp
@@ -65,7 +65,7 @@ QT_USE_NAMESPACE_AM
Q_DECL_EXPORT int main(int argc, char *argv[])
{
QCoreApplication::setApplicationName(qSL("Custom Application Manager"));
- QCoreApplication::setApplicationVersion("0.1");
+ QCoreApplication::setApplicationVersion(qSL("0.1"));
Logging::initialize(argc, argv);
Sudo::forkServer(Sudo::DropPrivilegesPermanently);