summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@nokia.com>2010-12-08 13:58:07 +1000
committerAlex Wilson <alex.wilson@nokia.com>2010-12-08 13:58:07 +1000
commit87850c51de602827bcb4354cbff9d8b28998336e (patch)
tree607c3c1414c09064ec7a44df99c1928c0530c61b /tools
parentf1d14a53192f1f924b148344c672aeec3beaf16d (diff)
Setting organization and application names in examples for Publ-Subs
The ContextKit backend needs unique names for each application, so the examples now have names. Task-number: MOBILITY-334
Diffstat (limited to 'tools')
-rw-r--r--tools/vsexplorer/vsexplorer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/vsexplorer/vsexplorer.cpp b/tools/vsexplorer/vsexplorer.cpp
index e74355dcd3..8a8654418e 100644
--- a/tools/vsexplorer/vsexplorer.cpp
+++ b/tools/vsexplorer/vsexplorer.cpp
@@ -795,6 +795,9 @@ int main(int argc, char ** argv)
{
QApplication app(argc, argv, true);
+ app.setOrganizationDomain("com.nokia.qt");
+ app.setApplicationName("VSExplorer");
+
bool manager = false;
bool dump = false;
for(int ii = 1; ii < argc; ++ii) {