forked from qt-creator/qt-creator
Vcs*: Rename several *Editors to *EditorWidgets
Follow suit. Change-Id: If22452a5e46d62d419ba273981b1f247f5095b53 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -37,11 +37,11 @@
|
||||
namespace Mercurial {
|
||||
namespace Internal {
|
||||
|
||||
class MercurialEditor : public VcsBase::VcsBaseEditorWidget
|
||||
class MercurialEditorWidget : public VcsBase::VcsBaseEditorWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
MercurialEditor();
|
||||
MercurialEditorWidget();
|
||||
|
||||
private:
|
||||
QSet<QString> annotationChanges() const;
|
||||
|
||||
Reference in New Issue
Block a user