forked from qt-creator/qt-creator
DiffEditor: De-slot
Change-Id: I132da3f0475ced470ffd7c4cace60825b9dec44f Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
9f1a9078c2
commit
3ec5a18990
@@ -77,6 +77,8 @@ public:
|
||||
OpenResult open(QString *errorString, const QString &fileName,
|
||||
const QString &realFileName) override;
|
||||
bool isReloading() const { return m_isReloading; }
|
||||
void beginReload();
|
||||
void endReload(bool success);
|
||||
|
||||
QString plainText() const;
|
||||
|
||||
@@ -87,10 +89,6 @@ signals:
|
||||
void chunkActionsRequested(QMenu *menu, int diffFileIndex, int chunkIndex);
|
||||
void requestMoreInformation();
|
||||
|
||||
public slots:
|
||||
void beginReload();
|
||||
void endReload(bool success);
|
||||
|
||||
private:
|
||||
void setController(DiffEditorController *controller);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user