Skip to content

Commit

Permalink
#1 Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley72 committed Mar 5, 2014
1 parent b2fee16 commit c57ade3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions downloadmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

DownloadManager::DownloadManager(QObject *parent) :
QObject(parent)
#if QT_VERSION < 0x050000
, _pFTP(NULL)
#endif
, _pHTTP(NULL)
{
}
Expand Down

0 comments on commit c57ade3

Please sign in to comment.