forked from qt-creator/qt-creator
VCS editors: Fix revision markers
Resets the revisions when setting the contents of text editor documents in general. Task-number: QTCREATORBUG-11356 Change-Id: I4069d629d8a612d42c7deae707300d50690e2db7 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -209,9 +209,6 @@ signals:
|
||||
void diffChunkReverted(const VcsBase::DiffChunk &dc);
|
||||
|
||||
public slots:
|
||||
// Convenience slot to set data read from stdout, will use the
|
||||
// documents' codec to decode
|
||||
void setPlainText(const QString &text);
|
||||
void reportCommandFinished(bool ok, int exitCode, const QVariant &data);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user