Browse Source

Fix compilation with Qt 4.6

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
d06e0b639e
  1. 2
      src/qtlibtorrent/qbtsession.h

2
src/qtlibtorrent/qbtsession.h

@ -216,7 +216,7 @@ private: @@ -216,7 +216,7 @@ private:
libtorrent::session *s;
QPointer<QTimer> timerAlerts;
QPointer<BandwidthScheduler> bd_scheduler;
QHash<QUrl, QPair<QString, QString> > savepathLabel_fromurl;
QMap<QUrl, QPair<QString, QString> > savepathLabel_fromurl; // Use QMap for compatibility with Qt < 4.7: qHash(QUrl)
QHash<QString, QHash<QString, TrackerInfos> > trackersInfos;
QHash<QString, QString> savePathsToRemove;
QStringList torrentsToPausedAfterChecking;

Loading…
Cancel
Save