aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerapplication.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-16 18:00:18 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-10-30 20:07:40 +0000
commitb5cd093559d71fb28c9c8e9cffc415e1aa1e7b11 (patch)
tree154c750f2916910f3a5bf909bf8772572c43ef96 /tools/qmlprofiler/qmlprofilerapplication.h
parent79ed2f70f05d30b82c0cec8843f5431cf8224f1c (diff)
qmlprofiler: Use local socket connection by default
This is faster and more reliable. Change-Id: I2eef4c7ffa99daf68d0f7a53a959f4fc788666c5 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tools/qmlprofiler/qmlprofilerapplication.h')
-rw-r--r--tools/qmlprofiler/qmlprofilerapplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlprofiler/qmlprofilerapplication.h b/tools/qmlprofiler/qmlprofilerapplication.h
index ca36dd5981..ef79a902e7 100644
--- a/tools/qmlprofiler/qmlprofilerapplication.h
+++ b/tools/qmlprofiler/qmlprofilerapplication.h
@@ -102,6 +102,7 @@ private:
QStringList m_programArguments;
QProcess *m_process;
+ QString m_socketFile;
QString m_hostName;
quint16 m_port;
QString m_outputFile;