QmlJSEditor: remove modeUpdated method

It does not say what it does, it is better for understanding
to call the direct method instead.

Change-Id: I2150d4c84254f684474e353995b466b59d4844c0
Reviewed-by: Marco Benelli <marco.benelli@qt.io>
This commit is contained in:
Tim Jenssen
2017-04-06 17:20:00 +02:00
committed by Robert Loehning
parent 17fbbda57e
commit 2c1c51bbea
2 changed files with 5 additions and 10 deletions

View File

@@ -76,7 +76,6 @@ public:
virtual QVariantMap settings() const override;
private:
void modelUpdated();
void updateSelectionInTree(const QModelIndex &index);
void updateSelectionInText(const QItemSelection &selection);
void updateTextCursor(const QModelIndex &index);