mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Fix compilation on Windows (Remove using namespace libtorrent; from headers)
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
|
||||
#include "torrentadditiondlg.h"
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
torrentAdditionDialog::torrentAdditionDialog(QWidget *parent) :
|
||||
QDialog(parent), old_label(""), hidden_height(0) {
|
||||
const Preferences pref;
|
||||
|
||||
Reference in New Issue
Block a user