Browse Source

- Fix compilation with Qt 4.3 (closes #410138)

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
454c8dc2bc
  1. 1
      src/properties_imp.cpp

1
src/properties_imp.cpp

@ -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…
Cancel
Save