QmlPreview: Simplify QmlPreviewRunner

Change-Id: Icdbc65ec39dd63d59f5bc96b21649a9d488be920
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
hjk
2019-03-13 18:14:34 +01:00
parent 60f18b6170
commit fbc043c96d
2 changed files with 13 additions and 14 deletions

View File

@@ -56,7 +56,7 @@ private:
void start() override;
void stop() override;
QScopedPointer<Internal::QmlPreviewConnectionManager> m_connectionManager;
Internal::QmlPreviewConnectionManager m_connectionManager;
};
class LocalQmlPreviewSupport : public ProjectExplorer::SimpleTargetRunner