mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 02:06:07 +03:00
Remove remnant of qt4 version checking.
This commit is contained in:
parent
8b6d7ab809
commit
fa1149e1f2
1 changed files with 1 additions and 4 deletions
|
@ -31,11 +31,8 @@
|
|||
#include "btjson.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QVariant>
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(4, 7, 0)
|
||||
#include <QElapsedTimer>
|
||||
#endif
|
||||
#include <QVariant>
|
||||
|
||||
#include "base/bittorrent/session.h"
|
||||
#include "base/bittorrent/sessionstatus.h"
|
||||
|
|
Loading…
Reference in a new issue