QmlJSEditor: Adapt method/variable names

This commit is contained in:
Kai Koehne
2010-07-13 11:24:16 +02:00
parent 783aad2a24
commit 1510ad5aa1
2 changed files with 33 additions and 37 deletions

View File

@@ -232,10 +232,9 @@ private slots:
void updateDocument();
void updateDocumentNow();
void jumpToMethod(int index);
void jumpToOutlineElement(int index);
void updateOutlineNow();
void updateMethodBoxIndex();
void updateMethodBoxToolTip();
void updateOutlineIndexNow();
void updateFileName();
void updateUses();
@@ -280,8 +279,8 @@ private:
QTimer *m_updateUsesTimer;
QTimer *m_semanticRehighlightTimer;
QTimer *m_updateOutlineTimer;
QTimer *m_updateMethodBoxTimer;
QComboBox *m_methodCombo;
QTimer *m_updateOutlineIndexTimer;
QComboBox *m_outlineCombo;
QmlOutlineModel *m_outlineModel;
QModelIndex m_outlineModelIndex;
QmlJS::ModelManagerInterface *m_modelManager;