forked from qt-creator/qt-creator
Fixes: - Don't popup the git output window at all operations
This commit is contained in:
@@ -105,7 +105,6 @@ void GitOutputWindow::append(const QString &text)
|
||||
foreach (const QString &s, lines)
|
||||
m_outputListWidget->addItem(s);
|
||||
m_outputListWidget->scrollToBottom();
|
||||
popup();
|
||||
}
|
||||
|
||||
void GitOutputWindow::setData(const QByteArray &data)
|
||||
|
||||
Reference in New Issue
Block a user