forked from qt-creator/qt-creator
vcsbase: remove facility tool buttons in EditorParameterWidget
Because diff options are VCS-specific, these methods were removed : VCSBaseEditorParameterWidget::addIgnoreWhiteSpaceButton() VCSBaseEditorParameterWidget::addIgnoreBlankLinesButton() Associated msg*Label() and msg*ToolTip() This impacts cvs, hg, perforce, svn and bzr plugins Change-Id: I8d213ed3915653b78bae9ba8b6cbbd65fa269ce2 Merge-request: 340 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/323 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
This commit is contained in:
@@ -552,8 +552,8 @@ CvsDiffParameterWidget::CvsDiffParameterWidget(const CvsDiffParameters &p, QWidg
|
||||
VCSBase::VCSBaseEditorParameterWidget(parent), m_parameters(p)
|
||||
{
|
||||
setBaseArguments(p.arguments);
|
||||
addIgnoreWhiteSpaceButton(QLatin1String("-w"));
|
||||
addIgnoreBlankLinesButton(QLatin1String("-B"));
|
||||
addToggleButton(QLatin1String("-w"), tr("Ignore whitespace"));
|
||||
addToggleButton(QLatin1String("-B"), tr("Ignore blank lines"));
|
||||
connect(this, SIGNAL(argumentsChanged()),
|
||||
this, SLOT(triggerReRun()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user