forked from qt-creator/qt-creator
		
	QmlJSDebugger: Renamed "execution paused" to "animation paused"
The latter better describes what is paused, since expressions are actually still executed. Suggested by Kai.
This commit is contained in:
		@@ -66,7 +66,7 @@ public:
 | 
			
		||||
    void setDesignModeBehavior(bool inDesignMode);
 | 
			
		||||
    void setCurrentObjects(QList<QObject*> items);
 | 
			
		||||
    void setAnimationSpeed(qreal slowDownFactor);
 | 
			
		||||
    void setExecutionPaused(bool paused);
 | 
			
		||||
    void setAnimationPaused(bool paused);
 | 
			
		||||
    void setCurrentTool(QmlJSDebugger::Constants::DesignTool toolId);
 | 
			
		||||
    void reloaded();
 | 
			
		||||
    void setShowAppOnTop(bool showAppOnTop);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user