mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Merge pull request #1733 from glassez/fix_build
Fix building with Qt5 (missing QObject decl).
This commit is contained in:
commit
07f76f4939
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
#ifndef TORRENTSPEEDMONITOR_H
|
#ifndef TORRENTSPEEDMONITOR_H
|
||||||
#define TORRENTSPEEDMONITOR_H
|
#define TORRENTSPEEDMONITOR_H
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include "qtorrenthandle.h"
|
#include "qtorrenthandle.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue