qt5base-lts/examples/network/torrent
Thiago Macieira 3b5db8f3a6 Examples: Fix stringification of the Qt version
(QT_VERSION % 0xffff00) is useless for now, as QT_VERSION < 0x1000000
(for now). The author of this code probably meant to use bitwise-AND.
But even that is unnecessary as the right shift discards the lower 8
bits anyway.

Change-Id: Ie585843cfb684bc3b6e3fffd145d533b05288dfc
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-07-02 16:38:39 +00:00
..
forms Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
icons Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
addtorrentdialog.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
addtorrentdialog.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
bencodeparser.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
bencodeparser.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
connectionmanager.cpp Examples: Fix stringification of the Qt version 2016-07-02 16:38:39 +00:00
connectionmanager.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
filemanager.cpp Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
filemanager.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
icons.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
mainwindow.cpp Skip spurious .toLower() on returns of QUrl::scheme() 2016-03-10 15:00:59 +00:00
mainwindow.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
metainfo.cpp Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
metainfo.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
peerwireclient.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
peerwireclient.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
ratecontroller.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
ratecontroller.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
torrent.pro Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
torrentclient.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
torrentclient.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
torrentserver.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
torrentserver.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
trackerclient.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
trackerclient.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00