mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +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
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
static const int VERSION;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user