QmlProfiler: Rename registerProfilerStateManager()

... to follow the convention for setters.

Change-Id: Id471a93a1be1beed0438fed710fa09afa5ee2832
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2016-06-10 11:15:53 +02:00
parent c8e83d0adb
commit 48395b0e43
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ public:
explicit QmlProfilerClientManager(QObject *parent = 0);
~QmlProfilerClientManager();
void registerProfilerStateManager(QmlProfilerStateManager *profilerState);
void setProfilerStateManager(QmlProfilerStateManager *profilerState);
void setTcpConnection(QString host, Utils::Port port);
void setLocalSocket(QString file);