summaryrefslogtreecommitdiffstats
path: root/src/qtdiag
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2014-06-27 13:10:00 +0200
committerShawn Rutledge <shawn.rutledge@digia.com>2014-06-30 13:04:57 +0200
commitafc4fd432bafdc9f39a7d4b570e9e4e647bea2a9 (patch)
tree6e8022732858e0e57b39c7ed5e6173972241eaa2 /src/qtdiag
parente2a00112e221b652a92e0800e8225224f5159852 (diff)
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. Change-Id: Icbe61ab188b5561f935d959fdbaa885fbff4c3ec Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/qtdiag')
-rw-r--r--src/qtdiag/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtdiag/main.cpp b/src/qtdiag/main.cpp
index e786ee527..8a14ef621 100644
--- a/src/qtdiag/main.cpp
+++ b/src/qtdiag/main.cpp
@@ -55,7 +55,7 @@ int main(int argc, char **argv)
QCoreApplication::setApplicationName(QStringLiteral("qtdiag"));
QCoreApplication::setApplicationVersion(QLatin1String(QT_VERSION_STR));
- QCoreApplication::setOrganizationName(QStringLiteral("Qt Project"));
+ QCoreApplication::setOrganizationName(QStringLiteral("QtProject"));
QCoreApplication::setOrganizationDomain(QStringLiteral("qt-project.org"));
QCommandLineParser commandLineParser;