forked from qt-creator/qt-creator
ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.
- Add missing translations - Remove some unneeded conversions. Change-Id: Ia30e5c838099e52a9f38ca4854395c10c0391075 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -72,6 +72,6 @@ void VcsAnnotateTaskHandler::handle(const ProjectExplorer::Task &task)
|
||||
QAction *VcsAnnotateTaskHandler::createAction(QObject *parent)
|
||||
{
|
||||
QAction *vcsannotateAction = new QAction(tr("&Annotate"), parent);
|
||||
vcsannotateAction->setToolTip("Annotate using version control system");
|
||||
vcsannotateAction->setToolTip(tr("Annotate using version control system"));
|
||||
return vcsannotateAction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user