forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user