forked from qt-creator/qt-creator
QmlJSEditor: Some renaming
Call the timer and its slot for what they do, not how they are triggered. Remove unneeded function/slot. Change-Id: I6060f0b59149eb7e5cfdf1d7ea0a993a2104f012 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -128,13 +128,12 @@ private slots:
|
||||
void jumpToOutlineElement(int index);
|
||||
void updateOutlineNow();
|
||||
void updateOutlineIndexNow();
|
||||
void updateCursorPositionNow();
|
||||
void updateContextPane();
|
||||
void showTextMarker();
|
||||
|
||||
void updateUses();
|
||||
|
||||
void semanticInfoUpdated(const QmlJSTools::SemanticInfo &semanticInfo);
|
||||
void onCursorPositionChanged();
|
||||
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker);
|
||||
|
||||
void performQuickFix(int index);
|
||||
@@ -169,7 +168,7 @@ private:
|
||||
QTimer *m_updateUsesTimer; // to wait for multiple text cursor position changes
|
||||
QTimer *m_updateOutlineTimer;
|
||||
QTimer *m_updateOutlineIndexTimer;
|
||||
QTimer *m_cursorPositionTimer;
|
||||
QTimer *m_contextPaneTimer;
|
||||
QComboBox *m_outlineCombo;
|
||||
Internal::QmlOutlineModel *m_outlineModel;
|
||||
QModelIndex m_outlineModelIndex;
|
||||
|
||||
Reference in New Issue
Block a user