mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fix compilation with Qt 4.3 (closes #410138)
This commit is contained in:
parent
337fc72ee6
commit
454c8dc2bc
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
#include <QSettings>
|
||||
#include <QDesktopWidget>
|
||||
#include <QFileDialog>
|
||||
#include <QHeaderView>
|
||||
|
||||
// Constructor
|
||||
properties::properties(QWidget *parent, bittorrent *BTSession, QTorrentHandle &h): QDialog(parent), h(h), BTSession(BTSession), changedFilteredfiles(false), hash(h.hash()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue