DocumentManager: Merge {slotE,e}xecuteOpenWithMenuAction

Change-Id: Ia84a428ace4d109a3577a100920c9ae5336cefe8
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2013-11-13 17:39:00 +01:00
parent f61e643c95
commit 14185ae13f
4 changed files with 3 additions and 10 deletions

View File

@@ -126,10 +126,8 @@ public:
lead to any editors to reload or any other editor manager actions. */
static void notifyFilesChangedInternally(const QStringList &files);
static void executeOpenWithMenuAction(QAction *action);
public slots:
void slotExecuteOpenWithMenuAction(QAction *action);
static void executeOpenWithMenuAction(QAction *action);
signals:
void currentFileChanged(const QString &filePath);