summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-03-10 03:57:09 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-03-10 03:57:09 (GMT)
commit5c36cc0ba648d5efa7592e86d49b23086cdbb8ff (patch)
tree56f2542c565e5fb792ac8cc13446f4bd0ee50b3c /tools
parent051fd1b23e4d7e45b8600571ab6b80afca6f62d9 (diff)
parentbb7b62f3cb7aca178a9e5e65263d0a4a8d40829c (diff)
downloadQt-5c36cc0ba648d5efa7592e86d49b23086cdbb8ff.zip
Qt-5c36cc0ba648d5efa7592e86d49b23086cdbb8ff.tar.gz
Qt-5c36cc0ba648d5efa7592e86d49b23086cdbb8ff.tar.bz2
Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration into master-integration
* 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration: Fix unstable qdeclarativeflickable test. Fix possible bearer management Crash with Panic E32USER-CBase, 69 Update TextEdit's visible selection when only the anchor changes. Fixed memory leak in GL texture cache with QRuntimePixmapData. QNetworkCookie: fix quoted values Fix for QTBUG-17746. Quotes is retained in cookie value Unsuccessful unlocking of QNetworkConfigurationPrivate mutex Set correct initial value for TextEdit and TextInput canPaste property 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')
-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
+}