Fix a build error in release mode

This commit is contained in:
David Sansome 2010-08-27 16:29:28 +00:00
parent 35708a09c5
commit 2bf920b3eb
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ MainWindow::MainWindow(NetworkAccessManager* network, Engine::Type engine, QWidg
qDebug() << t.restart() << "dbdeps: player";
library_ = new Library(database_, task_manager_, this);
qDebug() << t.restart() << "dbdeps: library";
devices_ = new DeviceManager(database_, task_manager_, this),
devices_ = new DeviceManager(database_, task_manager_, this);
qDebug() << t.restart() << "dbdeps: devices";
// Initialise the UI