mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
[AesInterface] Q_OBJECT macro is needed there for translations.
It is needed for tr() functions.
This commit is contained in:
parent
5d48edc7a3
commit
166a7fedd4
@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
class QT_QUPZILLA_EXPORT AesInterface : public QObject
|
class QT_QUPZILLA_EXPORT AesInterface : public QObject
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static const int VERSION;
|
static const int VERSION;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user