From 166a7fedd41edf4b611091dffd6a26c5a23db12c Mon Sep 17 00:00:00 2001 From: nowrep Date: Fri, 5 Jul 2013 15:55:15 +0200 Subject: [PATCH] [AesInterface] Q_OBJECT macro is needed there for translations. It is needed for tr() functions. --- src/lib/tools/aesinterface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/tools/aesinterface.h b/src/lib/tools/aesinterface.h index c8f23d7d0..1ffd49438 100644 --- a/src/lib/tools/aesinterface.h +++ b/src/lib/tools/aesinterface.h @@ -30,6 +30,8 @@ class QT_QUPZILLA_EXPORT AesInterface : public QObject { + Q_OBJECT + public: static const int VERSION;