forked from qt-creator/qt-creator
		
	itaskhandler: interface cleanup
Change-Id: Ib85950a4715d6eaf4225bd8dbcc0c2a91b20dc1d Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
		| @@ -43,10 +43,6 @@ | ||||
|  | ||||
| using namespace ProjectExplorer::Internal; | ||||
|  | ||||
| CopyTaskHandler::CopyTaskHandler() : | ||||
|     ITaskHandler(QLatin1String(Core::Constants::COPY)) | ||||
| { } | ||||
|  | ||||
| void CopyTaskHandler::handle(const ProjectExplorer::Task &task) | ||||
| { | ||||
|     QString type; | ||||
| @@ -68,7 +64,7 @@ void CopyTaskHandler::handle(const ProjectExplorer::Task &task) | ||||
|                                        + type + task.description); | ||||
| } | ||||
|  | ||||
| QAction *CopyTaskHandler::createAction(QObject *parent) | ||||
| QAction *CopyTaskHandler::createAction(QObject *parent) const | ||||
| { | ||||
|     QAction *copyAction = new QAction(tr("&Copy", "Name of the action triggering the copytaskhandler"), parent); | ||||
|     copyAction->setToolTip(tr("Copy task to clipboard")); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user