forked from qt-creator/qt-creator
Mercurial: Fix "view" invoked from editor
The editor is initialized with a SLOT reference to view. Change-Id: Ia793878f12c8caf8a71b565f78bf05db6bac74ca Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
6c74ef237a
commit
a941f7b216
@@ -75,6 +75,8 @@ public:
|
||||
const QStringList &extraOptions = QStringList());
|
||||
void revertAll(const QString &workingDir, const QString &revision = QString(),
|
||||
const QStringList &extraOptions = QStringList());
|
||||
|
||||
public slots:
|
||||
void view(const QString &source, const QString &id,
|
||||
const QStringList &extraOptions = QStringList());
|
||||
|
||||
|
Reference in New Issue
Block a user