forked from qt-creator/qt-creator
VCS: Use Qt5 connect for annotate
Connect directly to the editor widget, which has a strong type. Change-Id: I4d9778bc4a3c8ba1b37c5a5c0286fd72cda135de Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
5832f52cee
commit
414f49ea19
@@ -98,10 +98,6 @@ public:
|
||||
void vcsAnnotate(const QString &workingDir, const QString &file,
|
||||
const QString &revision = QString(), int lineNumber = -1);
|
||||
|
||||
public slots:
|
||||
void annotateVersion(const QString &workingDirectory, const QString &file,
|
||||
const QString &revision, int lineNumber);
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
private slots:
|
||||
void testLogResolving();
|
||||
|
||||
Reference in New Issue
Block a user