DiffEditor: Remove "slots"

Change-Id: I31335ffd95e4e7955966d06c78bde166ad6d5555
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-10-31 23:17:25 +02:00
committed by Orgad Shaneh
parent a1f2b8c76e
commit 4b8a14e10f

View File

@@ -66,7 +66,10 @@ public:
Core::IDocument *document() override;
QWidget *toolBar() override;
private slots:
private:
DiffEditor();
void setDocument(QSharedPointer<DiffEditorDocument> doc);
void documentHasChanged();
void toggleDescription();
void updateDescription();
@@ -79,10 +82,6 @@ private slots:
void toggleSync();
private:
DiffEditor();
void setDocument(QSharedPointer<DiffEditorDocument> doc);
IDiffView *loadSettings();
void saveSetting(const QString &key, const QVariant &value) const;
void updateEntryToolTip();