forked from qt-creator/qt-creator
VCS: Allow use of base name for executable
Actual path is found on startup and when setting is changed Change-Id: If2cb0735953b9fb64df7425230c98efb384d9287 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
2e98952068
commit
7ffc4349f8
@@ -55,7 +55,8 @@ SettingsPageWidget::SettingsPageWidget(QWidget *parent) :
|
||||
CvsSettings SettingsPageWidget::settings() const
|
||||
{
|
||||
CvsSettings rc;
|
||||
rc.cvsCommand = m_ui.commandPathChooser->path();
|
||||
rc.cvsCommand = m_ui.commandPathChooser->rawPath();
|
||||
rc.cvsBinaryPath = m_ui.commandPathChooser->path();
|
||||
rc.cvsRoot = m_ui.rootLineEdit->text();
|
||||
rc.cvsDiffOptions = m_ui.diffOptionsLineEdit->text();
|
||||
rc.timeOutS = m_ui.timeOutSpinBox->value();
|
||||
|
||||
Reference in New Issue
Block a user