Skip to content
Snippets Groups Projects
Commit 323bee67 authored by Jaroslaw Kobus's avatar Jaroslaw Kobus
Browse files

DiffEditor: make some public methods private


Change-Id: Idb7a506e81001fda79eff72c0c23b9945103cad0
Reviewed-by: default avatarEike Ziller <eike.ziller@qt.io>
Reviewed-by: default avatarTobias Hunger <tobias.hunger@qt.io>
parent e2ad4c28
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,6 @@ public:
OpenResult open(QString *errorString, const QString &fileName,
const QString &realFileName) override;
State state() const { return m_state; }
void beginReload();
void endReload(bool success);
QString plainText() const;
......@@ -96,6 +94,8 @@ signals:
void requestMoreInformation();
private:
void beginReload();
void endReload(bool success);
void setController(DiffEditorController *controller);
DiffEditorController *m_controller;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment