summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Authoring/Studio/remotedeploymentsender.cpp3
1 files changed, 3 insertions, 0 deletions
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 <QtWidgets/qlabel.h>
#include <QtWidgets/qgridlayout.h>
#include <QtWidgets/qdialogbuttonbox.h>
+#include <QtCore/qcoreapplication.h>
class ConnectionDialog : public QDialog
{
+ Q_DECLARE_TR_FUNCTIONS(ConnectionDialog)
+
public:
static QPair<QString, int> getInfo(QWidget *parent);