aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlsqldatabase
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-07-15 14:59:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-15 15:45:43 +0200
commit184cf0e8f86e324016dd9c78a36e333d2d48cb96 (patch)
treeac39aaf1c03ba1980e8d59e3e4432a980a854ce3 /tests/auto/qml/qqmlsqldatabase
parentb27461dcdfb333a53e5559d0221727c3714e87d8 (diff)
Fix organization domains.
Task-number: QTBUG-32390 Change-Id: Ibc7e0e85adfffdb7abbd61e8948064e36a8fce9b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/qml/qqmlsqldatabase')
-rw-r--r--tests/auto/qml/qqmlsqldatabase/tst_qqmlsqldatabase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlsqldatabase/tst_qqmlsqldatabase.cpp b/tests/auto/qml/qqmlsqldatabase/tst_qqmlsqldatabase.cpp
index e52e4792a9..9d8fad8eb2 100644
--- a/tests/auto/qml/qqmlsqldatabase/tst_qqmlsqldatabase.cpp
+++ b/tests/auto/qml/qqmlsqldatabase/tst_qqmlsqldatabase.cpp
@@ -62,8 +62,8 @@ public:
tst_qqmlsqldatabase()
{
qApp->setApplicationName("tst_qqmlsqldatabase");
- qApp->setOrganizationName("Nokia");
- qApp->setOrganizationDomain("nokia.com");
+ qApp->setOrganizationName("QtProject");
+ qApp->setOrganizationDomain("www.qt-project.org");
engine = new QQmlEngine;
}