forked from qt-creator/qt-creator
Git: Implement "Fixup previous commit"
Change-Id: Ia2584ff975ed0db614dc878a70ce4adbd5c3ba67 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
5d325f6b1a
commit
8695fe6d7c
@@ -534,6 +534,12 @@ void SubmitEditorWidget::insertTopWidget(QWidget *w)
|
||||
d->m_ui.vboxLayout->insertWidget(0, w);
|
||||
}
|
||||
|
||||
void SubmitEditorWidget::hideDescription()
|
||||
{
|
||||
d->m_ui.descriptionBox->hide();
|
||||
setDescriptionMandatory(false);
|
||||
}
|
||||
|
||||
void SubmitEditorWidget::descriptionTextChanged()
|
||||
{
|
||||
#if QT_VERSION < 0x050000 // Fix Qt-Bug, see QTCREATORBUG-5633 && QTCREATORBUG-6082
|
||||
|
||||
Reference in New Issue
Block a user