summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilereventview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilereventview.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilereventview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilereventview.h b/src/plugins/qmlprofiler/qmlprofilereventview.h
index 066e224ab3..d5d9c2baf2 100644
--- a/src/plugins/qmlprofiler/qmlprofilereventview.h
+++ b/src/plugins/qmlprofiler/qmlprofilereventview.h
@@ -78,6 +78,11 @@ public:
void setShowExtendedStatistics(bool show);
bool showExtendedStatistics() const;
+ void setShowJavaScript(bool show);
+ bool showJavaScript() const;
+
+ void setShowQml(bool show);
+ bool showQml() const;
signals:
void gotoSourceLocation(const QString &fileName, int lineNumber, int columnNumber);