- Ok, Now I'm pretty sure I fixed the compilation problem on FreeBSD

This commit is contained in:
Christophe Dumez 2007-09-29 08:13:20 +00:00
parent f9998957cd
commit abcd2b7600
2 changed files with 17 additions and 14 deletions

View file

@ -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