From 44e6f8e137ed489bd2a2ac650f4adffedbc7de11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kari=20Hautam=C3=A4ki?= Date: Mon, 16 Apr 2018 14:00:49 +0300 Subject: Localize Connect to Device dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add localization support in the ConnectionDialog Task-number: QT3DS-1326 Change-Id: I12130f005496f0c328083a0ffdc31be81dbe5bbb Reviewed-by: Tomi Korpipää Reviewed-by: Miikka Heikkinen --- src/Authoring/Studio/remotedeploymentsender.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Authoring/Studio/remotedeploymentsender.cpp b/src/Authoring/Studio/remotedeploymentsender.cpp index 5f71623a..29eb3c61 100644 --- a/src/Authoring/Studio/remotedeploymentsender.cpp +++ b/src/Authoring/Studio/remotedeploymentsender.cpp @@ -41,9 +41,12 @@ #include #include #include +#include class ConnectionDialog : public QDialog { + Q_DECLARE_TR_FUNCTIONS(ConnectionDialog) + public: static QPair getInfo(QWidget *parent); -- cgit v1.2.3