forked from qt-creator/qt-creator
Move SubmitEditorWidget from Utils to VcsBase
It belongs there Change-Id: I4b4cdacf32b0eab299d4b2d5258cd4d91a759907 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "ui_mercurialcommitpanel.h"
|
||||
|
||||
#include <utils/submiteditorwidget.h>
|
||||
#include <vcsbase/submiteditorwidget.h>
|
||||
|
||||
namespace Mercurial {
|
||||
namespace Internal {
|
||||
@@ -41,7 +41,7 @@ namespace Internal {
|
||||
Some extra fields have been added to the standard SubmitEditorWidget,
|
||||
to help to conform to the commit style that is used by both git and Mercurial*/
|
||||
|
||||
class MercurialCommitWidget : public Utils::SubmitEditorWidget
|
||||
class MercurialCommitWidget : public VcsBase::SubmitEditorWidget
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user