forked from qt-creator/qt-creator
DocumentManager: Merge {slotE,e}xecuteOpenWithMenuAction
Change-Id: Ia84a428ace4d109a3577a100920c9ae5336cefe8 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -1368,11 +1368,6 @@ void DocumentManager::executeOpenWithMenuAction(QAction *action)
|
||||
EditorManager::openExternalEditor(entry.fileName, entry.externalEditor->id());
|
||||
}
|
||||
|
||||
void DocumentManager::slotExecuteOpenWithMenuAction(QAction *action)
|
||||
{
|
||||
executeOpenWithMenuAction(action);
|
||||
}
|
||||
|
||||
bool DocumentManager::eventFilter(QObject *obj, QEvent *e)
|
||||
{
|
||||
if (obj == qApp && e->type() == QEvent::ApplicationActivate) {
|
||||
|
Reference in New Issue
Block a user