aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-10-25 12:12:07 +0200
committerEike Ziller <eike.ziller@qt.io>2018-10-25 11:46:57 +0000
commit7d3686359aeba2b5ce4abac8fa18b81021e71ea0 (patch)
tree667593d1942895a3eef54f4ab88db5c884257979 /src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
parent83a63c7914365a5f3d1b0bb4f7418bd7c4f6f4b9 (diff)
Fix missing translation contexts
Change-Id: I4402157e7991ad0050333a34394b87ff3d6f4a1b Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Robert Loehning <robert.loehning@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/customexecutablerunconfiguration.cpp')
-rw-r--r--src/plugins/projectexplorer/customexecutablerunconfiguration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
index cecf44be2c..aa23dc69c9 100644
--- a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
+++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
@@ -68,6 +68,7 @@ static void copyAspect(ProjectConfigurationAspect *source, ProjectConfigurationA
class CustomExecutableDialog : public QDialog
{
+ Q_DECLARE_TR_FUNCTIONS(CustomExecutableDialog)
public:
explicit CustomExecutableDialog(RunConfiguration *rc);