forked from qt-creator/qt-creator
Bazaar: whitespace and indentation fixes
Change-Id: I31258a10bd79a047f25787d38c070b0c95ed9f78 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
73138f633f
commit
d4a4ca5054
@@ -36,10 +36,10 @@
|
||||
|
||||
using namespace Bazaar::Internal;
|
||||
|
||||
PullOrPushDialog::PullOrPushDialog(Mode mode, QWidget *parent) :
|
||||
QDialog(parent),
|
||||
m_mode(mode),
|
||||
m_ui(new Ui::PullOrPushDialog)
|
||||
PullOrPushDialog::PullOrPushDialog(Mode mode, QWidget *parent)
|
||||
: QDialog(parent),
|
||||
m_mode(mode),
|
||||
m_ui(new Ui::PullOrPushDialog)
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
m_ui->localPathChooser->setExpectedKind(Utils::PathChooser::Directory);
|
||||
|
||||
Reference in New Issue
Block a user