Browse Source

Fix building with Qt5 (missing QObject decl).

adaptive-webui-19844
Vladimir Golovnev (Glassez) 10 years ago
parent
commit
446a9efe9e
  1. 1
      src/qtlibtorrent/torrentspeedmonitor.h

1
src/qtlibtorrent/torrentspeedmonitor.h

@ -31,6 +31,7 @@ @@ -31,6 +31,7 @@
#ifndef TORRENTSPEEDMONITOR_H
#define TORRENTSPEEDMONITOR_H
#include <QObject>
#include <QString>
#include <QHash>
#include "qtorrenthandle.h"

Loading…
Cancel
Save