mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Use libtorrent version.hpp instead of our own DEFINE
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <QTreeWidget>
|
||||
#include <QList>
|
||||
|
||||
#include <libtorrent/version.hpp>
|
||||
#include "qtorrenthandle.h"
|
||||
|
||||
enum TrackerListColumn {COL_URL, COL_STATUS, COL_PEERS, COL_MSG};
|
||||
@@ -62,7 +63,7 @@ protected:
|
||||
public slots:
|
||||
void setRowColor(int row, QColor color);
|
||||
|
||||
#ifndef LIBTORRENT_0_15
|
||||
#if LIBTORRENT_VERSION_MINOR < 15
|
||||
void moveSelectionUp();
|
||||
void moveSelectionDown();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user