forked from qt-creator/qt-creator
Fix release build warnings about unitialized variables.
Change-Id: I1a6ba631b0626969b328276a91561c34154c9a1c Reviewed-on: http://codereview.qt.nokia.com/1920 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -62,6 +62,7 @@ bool StopMonitoringHandler::canHandle(const ProjectExplorer::Task &task)
|
||||
void StopMonitoringHandler::handle(const ProjectExplorer::Task &task)
|
||||
{
|
||||
Q_ASSERT(canHandle(task));
|
||||
Q_UNUSED(task);
|
||||
TaskList::TaskListPlugin::instance()->stopMonitoring();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user