Increased the interval to update QML/JS documents to 100ms.

This commit is contained in:
Roberto Raggi
2010-09-08 12:52:17 +02:00
parent a29a5b437d
commit 7df679c019

View File

@@ -77,7 +77,7 @@
#include <QtGui/QTreeView>
enum {
UPDATE_DOCUMENT_DEFAULT_INTERVAL = 50,
UPDATE_DOCUMENT_DEFAULT_INTERVAL = 100,
UPDATE_USES_DEFAULT_INTERVAL = 150,
UPDATE_OUTLINE_INTERVAL = 500 // msecs after new semantic info has been arrived / cursor has moved
};