forked from qt-creator/qt-creator
DiffEditor: make some public methods private
Change-Id: Idb7a506e81001fda79eff72c0c23b9945103cad0 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -83,8 +83,6 @@ public:
|
|||||||
OpenResult open(QString *errorString, const QString &fileName,
|
OpenResult open(QString *errorString, const QString &fileName,
|
||||||
const QString &realFileName) override;
|
const QString &realFileName) override;
|
||||||
State state() const { return m_state; }
|
State state() const { return m_state; }
|
||||||
void beginReload();
|
|
||||||
void endReload(bool success);
|
|
||||||
|
|
||||||
QString plainText() const;
|
QString plainText() const;
|
||||||
|
|
||||||
@@ -96,6 +94,8 @@ signals:
|
|||||||
void requestMoreInformation();
|
void requestMoreInformation();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
void beginReload();
|
||||||
|
void endReload(bool success);
|
||||||
void setController(DiffEditorController *controller);
|
void setController(DiffEditorController *controller);
|
||||||
|
|
||||||
DiffEditorController *m_controller;
|
DiffEditorController *m_controller;
|
||||||
|
|||||||
Reference in New Issue
Block a user