summaryrefslogtreecommitdiff
path: root/src/plugins/qnx
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-11-01 12:21:53 +0100
committerEike Ziller <eike.ziller@qt.io>2019-11-04 14:06:09 +0000
commit34e8f58c47c589254c07bb9f39d00f89207cd445 (patch)
tree92eebfbc793f02259c12d85a9e2155a61c7cb266 /src/plugins/qnx
parent7d14132c8c212263b9537631e4918f74a5a6be7c (diff)
downloadqt-creator-34e8f58c47c589254c07bb9f39d00f89207cd445.tar.gz
Fix lupdate issues
Change-Id: Ib0cbb96a1a4857db5724f9d1e316b97bf2827dbd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/qnx')
-rw-r--r--src/plugins/qnx/qnxanalyzesupport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qnx/qnxanalyzesupport.h b/src/plugins/qnx/qnxanalyzesupport.h
index bcf92ae0a0..3c99214197 100644
--- a/src/plugins/qnx/qnxanalyzesupport.h
+++ b/src/plugins/qnx/qnxanalyzesupport.h
@@ -32,6 +32,8 @@ namespace Internal {
class QnxQmlProfilerSupport : public ProjectExplorer::SimpleTargetRunner
{
+ Q_DECLARE_TR_FUNCTIONS(Qnx::Internal::QnxQmlProfilerSupport)
+
public:
explicit QnxQmlProfilerSupport(ProjectExplorer::RunControl *runControl);
};