mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix building with Qt5 (missing QObject decl).
This commit is contained in:
parent
b198c074d6
commit
446a9efe9e
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#ifndef TORRENTSPEEDMONITOR_H
|
||||
#define TORRENTSPEEDMONITOR_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QHash>
|
||||
#include "qtorrenthandle.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue