mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Ok, Now I'm pretty sure I fixed the compilation problem on FreeBSD
This commit is contained in:
parent
f9998957cd
commit
abcd2b7600
2 changed files with 17 additions and 14 deletions
|
@ -30,7 +30,9 @@
|
|||
#include <QWaitCondition>
|
||||
#include <QStringList>
|
||||
|
||||
#include <cc++/common.h>
|
||||
namespace ost {
|
||||
class URLStream;
|
||||
}
|
||||
|
||||
class subDownloadThread : public QThread {
|
||||
Q_OBJECT
|
||||
|
@ -42,7 +44,7 @@ class subDownloadThread : public QThread {
|
|||
public:
|
||||
subDownloadThread(QObject *parent, QString url);
|
||||
~subDownloadThread();
|
||||
QString errorCodeToString(ost::URLStream::Error status);
|
||||
QString errorCodeToString(int status);
|
||||
|
||||
signals:
|
||||
// For subthreads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue