forked from qt-creator/qt-creator
Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfig
Change-Id: I5626e66ba2b7a760ce55263edce9e716067ea6a4 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
2c6adc1e74
commit
c844071627
@@ -52,7 +52,7 @@ class VcsBaseClientSettings;
|
||||
class VcsJob;
|
||||
class VcsBaseClientImplPrivate;
|
||||
class VcsBaseClientPrivate;
|
||||
class VcsBaseEditorParameterWidget;
|
||||
class VcsBaseEditorConfig;
|
||||
|
||||
class VCSBASE_EXPORT VcsBaseClientImpl : public QObject
|
||||
{
|
||||
@@ -224,9 +224,9 @@ protected:
|
||||
|
||||
virtual QStringList revisionSpec(const QString &revision) const = 0;
|
||||
|
||||
typedef std::function<VcsBaseEditorParameterWidget *(QToolBar *)> ParameterWidgetCreator;
|
||||
void setDiffParameterWidgetCreator(ParameterWidgetCreator creator);
|
||||
void setLogParameterWidgetCreator(ParameterWidgetCreator creator);
|
||||
typedef std::function<VcsBaseEditorConfig *(QToolBar *)> ConfigCreator;
|
||||
void setDiffConfigCreator(ConfigCreator creator);
|
||||
void setLogConfigCreator(ConfigCreator creator);
|
||||
|
||||
virtual StatusItem parseStatusLine(const QString &line) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user