aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2014-06-27 12:59:14 +0200
committerShawn Rutledge <shawn.rutledge@digia.com>2014-07-02 09:08:06 +0200
commit6622b87482cdb41598222a5d144ac6fc57232692 (patch)
tree41c13c0be1f762aa96f40b3a8878cdb4cfcce475 /tools/qmlscene
parente7d23a38556f8ab7adbadf636f087389de8a22ba (diff)
Tools and examples: consistently use organization name QtProject
This affects the location of the QSettings files or registry entries. Other parts of Qt are using this organization name so it's good to have all the settings in the same place. [ChangeLog][QtQuick] tools and examples consistently use the QtProject organization name Change-Id: I1fae4eaed0248411fe95dda9572d38006648b162 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'tools/qmlscene')
-rw-r--r--tools/qmlscene/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlscene/main.cpp b/tools/qmlscene/main.cpp
index 7512b5482f..b048337cad 100644
--- a/tools/qmlscene/main.cpp
+++ b/tools/qmlscene/main.cpp
@@ -419,7 +419,7 @@ int main(int argc, char ** argv)
QGuiApplication app(argc, argv);
#endif
app.setApplicationName("QtQmlViewer");
- app.setOrganizationName("Qt Project");
+ app.setOrganizationName("QtProject");
app.setOrganizationDomain("qt-project.org");
#ifndef QT_NO_TRANSLATION