forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.5'
Change-Id: Iebd340258966aff910fb9ab0e45b5149e8f242f0
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
|
||||
#include "submitfieldwidget.h"
|
||||
|
||||
#include <utils/utilsicons.h>
|
||||
|
||||
#include <QComboBox>
|
||||
#include <QHBoxLayout>
|
||||
#include <QVBoxLayout>
|
||||
@@ -138,7 +140,7 @@ struct SubmitFieldWidgetPrivate {
|
||||
};
|
||||
|
||||
SubmitFieldWidgetPrivate::SubmitFieldWidgetPrivate() :
|
||||
removeFieldIcon(QLatin1String(":/vcsbase/images/removesubmitfield.png")),
|
||||
removeFieldIcon(Utils::Icons::BROKEN.icon()),
|
||||
completer(0),
|
||||
hasBrowseButton(false),
|
||||
allowDuplicateFields(false),
|
||||
|
||||
Reference in New Issue
Block a user