forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
a1f2b8c76e
commit
4b8a14e10f
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user