1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

[AesInterface] Q_OBJECT macro is needed there for translations.

It is needed for tr() functions.
This commit is contained in:
nowrep 2013-07-05 15:55:15 +02:00
parent 5d48edc7a3
commit 166a7fedd4

View File

@ -30,6 +30,8 @@
class QT_QUPZILLA_EXPORT AesInterface : public QObject
{
Q_OBJECT
public:
static const int VERSION;