forked from qt-creator/qt-creator
Anticipatory code fix, will currently not affect behavior.
appendDataSilently() is only called from appendData() which is not silent anyway. The connect in GitClient::createCommand() is currently not executed.
This commit is contained in:
@@ -381,7 +381,7 @@ void VCSBaseOutputWindow::appendData(const QByteArray &data)
|
||||
|
||||
void VCSBaseOutputWindow::appendDataSilently(const QByteArray &data)
|
||||
{
|
||||
append(QTextCodec::codecForLocale()->toUnicode(data));
|
||||
appendSilently(QTextCodec::codecForLocale()->toUnicode(data));
|
||||
}
|
||||
|
||||
VCSBaseOutputWindow *VCSBaseOutputWindow::instance()
|
||||
|
||||
Reference in New Issue
Block a user