QmjJSEditor: Some style.

q and d are special, no need to allocate private timers dynamically.

Change-Id: Ide121c59d17c3129296651b360c8b173efadeedb
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2014-02-10 14:18:32 +01:00
parent 74aa5e998f
commit b60fb8aeab
3 changed files with 45 additions and 48 deletions

View File

@@ -68,7 +68,7 @@ protected:
private:
friend class Internal::QmlJSEditorDocumentPrivate; // sending signals
Internal::QmlJSEditorDocumentPrivate *m_d;
Internal::QmlJSEditorDocumentPrivate *d;
};
} // QmlJSEditor