diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-29 10:33:06 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-29 10:33:06 (GMT) |
commit | e62f0aec863147682fcfcb651d13e0e7cff6d363 (patch) | |
tree | 49a5055ba465e412dba76a60c5f81c20a7ffe674 /examples | |
parent | 65642dd343bf61510117cd7e13f69e7138247932 (diff) | |
parent | 940b5b23268193d58d7e229bf97a22276098790b (diff) | |
download | Qt-e62f0aec863147682fcfcb651d13e0e7cff6d363.zip Qt-e62f0aec863147682fcfcb651d13e0e7cff6d363.tar.gz Qt-e62f0aec863147682fcfcb651d13e0e7cff6d363.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:
Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ( d521d7d81e8f0297c94be9ebd8af67ee130d0edb )
Workaround for QTBUG-8013: Do not return an ascent of 0
Fix crash when all the items in a QListView are hidden
Removed QEXPECT_FAIL macros from test cases which now pass
Ensure backing store is deleted before top-level window
One more .pro fix for deprecated INCPATH
Fix Rhys' qmake warnings
Fixed QVideoSurfaceFormat::isValid()
Diffstat (limited to 'examples')
-rw-r--r-- | examples/network/torrent/torrent.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/torrent/torrent.pro b/examples/network/torrent/torrent.pro index 7665455..44716fd 100644 --- a/examples/network/torrent/torrent.pro +++ b/examples/network/torrent/torrent.pro @@ -5,7 +5,7 @@ HEADERS += addtorrentdialog.h \ metainfo.h \ peerwireclient.h \ ratecontroller.h \ - filemanager.h \ + filemanager.h \ torrentclient.h \ torrentserver.h \ trackerclient.h |