forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.0'
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QDir>
|
||||
#include <QRegExpValidator>
|
||||
|
||||
namespace Gerrit {
|
||||
namespace Internal {
|
||||
@@ -156,6 +157,9 @@ GerritPushDialog::GerritPushDialog(const QString &workingDir, const QString &rev
|
||||
connect(m_ui->branchComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(setChangeRange()));
|
||||
setRemoteBranches();
|
||||
m_ui->reviewersLineEdit->setText(reviewerList);
|
||||
|
||||
m_ui->topicLineEdit->setValidator(new QRegExpValidator(QRegExp(QLatin1String("^\\S+$")), this));
|
||||
|
||||
m_valid = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user