Skip to content
Snippets Groups Projects
Commit 5739193f authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner.NodeInstances: Make timer shorter

parent f40dbe19
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ namespace QmlDesigner { ...@@ -7,7 +7,7 @@ namespace QmlDesigner {
PreviewNodeInstanceServer::PreviewNodeInstanceServer(NodeInstanceClientInterface *nodeInstanceClient) : PreviewNodeInstanceServer::PreviewNodeInstanceServer(NodeInstanceClientInterface *nodeInstanceClient) :
NodeInstanceServer(nodeInstanceClient) NodeInstanceServer(nodeInstanceClient)
{ {
setRenderTimerInterval(200); setRenderTimerInterval(50);
setSlowRenderTimerInterval(10000); setSlowRenderTimerInterval(10000);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment