forked from qt-creator/qt-creator
VCS: Rename RegularCommandOutput to OtherContent
Change-Id: I37d47c79f0efaf51eb5afd1fe529aacfadff8ee1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
05ef32f242
commit
a9d9d44494
@@ -669,7 +669,8 @@ void VcsBaseEditorWidget::init()
|
||||
{
|
||||
d->m_editor = editor();
|
||||
switch (d->m_parameters->type) {
|
||||
case RegularCommandOutput:
|
||||
case OtherContent:
|
||||
break;
|
||||
case LogOutput:
|
||||
connect(d->entriesComboBox(), SIGNAL(activated(int)), this, SLOT(slotJumpToEntry(int)));
|
||||
connect(this, SIGNAL(textChanged()), this, SLOT(slotPopulateLogBrowser()));
|
||||
|
||||
Reference in New Issue
Block a user