forked from qt-creator/qt-creator
TaskList: Sprinkle with auto
Change-Id: Icb7f4ca4cd3d373770981a75a62120a92e853f44 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -66,7 +66,7 @@ QAction *StopMonitoringHandler::createAction(QObject *parent) const
|
||||
const QString toolTip =
|
||||
QCoreApplication::translate("TaskList::Internal::StopMonitoringHandler",
|
||||
"Stop monitoring task files.");
|
||||
QAction *stopMonitoringAction = new QAction(text, parent);
|
||||
auto stopMonitoringAction = new QAction(text, parent);
|
||||
stopMonitoringAction->setToolTip(toolTip);
|
||||
return stopMonitoringAction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user