diff options
author | Eckhart Koppen <eckhart.koppen@nokia.com> | 2011-03-16 12:39:14 (GMT) |
---|---|---|
committer | Eckhart Koppen <eckhart.koppen@nokia.com> | 2011-03-16 12:39:14 (GMT) |
commit | eac5573dff483dfefb2deb028850c3ab6f01c555 (patch) | |
tree | 30cf1dfd18531a2608ddb23e50bc82e70c3c5665 /config.profiles/harmattan/patches/tst_qprogressbar.diff | |
parent | e8a56e6d49d93b552786ac2e56e82c3c178eb090 (diff) | |
download | Qt-eac5573dff483dfefb2deb028850c3ab6f01c555.zip Qt-eac5573dff483dfefb2deb028850c3ab6f01c555.tar.gz Qt-eac5573dff483dfefb2deb028850c3ab6f01c555.tar.bz2 |
Temporarily removed Harmattan specific patches
Patches are not applying properly yet, so no use to release them.
Reviewed-by: TrustMe
Diffstat (limited to 'config.profiles/harmattan/patches/tst_qprogressbar.diff')
-rw-r--r-- | config.profiles/harmattan/patches/tst_qprogressbar.diff | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/config.profiles/harmattan/patches/tst_qprogressbar.diff b/config.profiles/harmattan/patches/tst_qprogressbar.diff deleted file mode 100644 index d252fe3..0000000 --- a/config.profiles/harmattan/patches/tst_qprogressbar.diff +++ /dev/null @@ -1,19 +0,0 @@ -Index: qt-maemo-qtp/tests/auto/qprogressbar/tst_qprogressbar.cpp -=================================================================== ---- qt-maemo-qtp.orig/tests/auto/qprogressbar/tst_qprogressbar.cpp -+++ qt-maemo-qtp/tests/auto/qprogressbar/tst_qprogressbar.cpp -@@ -179,10 +179,14 @@ - bar.repainted = false; - bar.setFormat("%v of %m (%p%)"); - qApp->processEvents(); -+ -+#if 0 // Removed - #ifndef Q_WS_MAC - // The Mac scroll bar is animated, which means we get paint events all the time. - QVERIFY(!bar.repainted); - #endif -+#endif -+ - QCOMPARE(bar.text(), QString("1 of 10 (10%)")); - bar.setRange(5, 5); - bar.setValue(5); |