summaryrefslogtreecommitdiffstats
path: root/tools/qmeegographicssystemhelper
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-03-08 14:13:15 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-03-08 14:13:15 (GMT)
commit84df1620b1b2e648c4980e7186aa1cb060b59729 (patch)
tree41f9ae4d031a34cb31dad89cc26ae0d56384bbdc /tools/qmeegographicssystemhelper
parent2e5edf27acc6eb522d4036de9f82896228887d55 (diff)
parentf23f25e576e05a8f6a37930310e2af82b5d4b196 (diff)
downloadQt-84df1620b1b2e648c4980e7186aa1cb060b59729.zip
Qt-84df1620b1b2e648c4980e7186aa1cb060b59729.tar.gz
Qt-84df1620b1b2e648c4980e7186aa1cb060b59729.tar.bz2
Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration into 4.7-integration
* 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration: Fixed unescaped backslashes in testcase.prf Fix `make check' for debug-and-release on Windows. Move `check' target for autotests into testcase.prf Revert "Backporting TESTARGS feature from 4.7" Backporting TESTARGS feature from 4.7 Update copyright year to 2011. embed copyright information in QtAssistantClient4.dll
Diffstat (limited to 'tools/qmeegographicssystemhelper')
-rw-r--r--tools/qmeegographicssystemhelper/qmeegoswitchevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegoswitchevent.cpp b/tools/qmeegographicssystemhelper/qmeegoswitchevent.cpp
index 0ab272f..b833e31 100644
--- a/tools/qmeegographicssystemhelper/qmeegoswitchevent.cpp
+++ b/tools/qmeegographicssystemhelper/qmeegoswitchevent.cpp
@@ -65,4 +65,4 @@ QEvent::Type QMeeGoSwitchEvent::eventNumber()
switchEventNumber = QEvent::registerEventType();
return (QEvent::Type) switchEventNumber;
-} \ No newline at end of file
+}