nullptr not supported either in GCC 4.4

This commit is contained in:
John Maguire 2012-11-28 18:18:50 +01:00
parent d16615334a
commit 6f05a7c45b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ CloudFileService::CloudFileService(
const QIcon& icon,
SettingsDialog::Page settings_page)
: InternetService(service_name, app, parent, parent),
root_(nullptr),
root_(NULL),
network_(new NetworkAccessManager(this)),
library_sort_model_(new QSortFilterProxyModel(this)),
playlist_manager_(app->playlist_manager()),