forked from qt-creator/qt-creator
VCS: Un-data functions that accept QString
Change-Id: Iffa82f4ab06162ab57e77301e77fb37ed7230bd5 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
706d0a821e
commit
6b8c93637b
@@ -433,19 +433,6 @@ void VcsBaseOutputWindow::appendCommand(const QString &workingDirectory,
|
||||
appendCommand(msgExecutionLogEntry(workingDirectory, binary, args));
|
||||
}
|
||||
|
||||
|
||||
void VcsBaseOutputWindow::appendData(const QByteArray &data)
|
||||
{
|
||||
appendDataSilently(data);
|
||||
if (!d->plainTextEdit()->isVisible())
|
||||
popup(Core::IOutputPane::NoModeSwitch);
|
||||
}
|
||||
|
||||
void VcsBaseOutputWindow::appendDataSilently(const QByteArray &data)
|
||||
{
|
||||
appendSilently(QTextCodec::codecForLocale()->toUnicode(data));
|
||||
}
|
||||
|
||||
VcsBaseOutputWindow *VcsBaseOutputWindow::instance()
|
||||
{
|
||||
if (!VcsBaseOutputWindowPrivate::instance) {
|
||||
|
||||
Reference in New Issue
Block a user