mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 21:52:20 +00:00
- Fix compilation with Qt 4.3 (closes #410138)
This commit is contained in:
parent
337fc72ee6
commit
454c8dc2bc
@ -45,6 +45,7 @@
|
|||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
#include <QDesktopWidget>
|
#include <QDesktopWidget>
|
||||||
#include <QFileDialog>
|
#include <QFileDialog>
|
||||||
|
#include <QHeaderView>
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
properties::properties(QWidget *parent, bittorrent *BTSession, QTorrentHandle &h): QDialog(parent), h(h), BTSession(BTSession), changedFilteredfiles(false), hash(h.hash()) {
|
properties::properties(QWidget *parent, bittorrent *BTSession, QTorrentHandle &h): QDialog(parent), h(h), BTSession(BTSession), changedFilteredfiles(false), hash(h.hash()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user