mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
[PasswordsManager] Make names of backend translatable.
AutoFill needs to have Q_OBJECT macro for QObject::tr function.
This commit is contained in:
parent
7001823511
commit
de10968498
@ -34,6 +34,8 @@ struct PasswordEntry;
|
|||||||
|
|
||||||
class QT_QUPZILLA_EXPORT AutoFill : public QObject
|
class QT_QUPZILLA_EXPORT AutoFill : public QObject
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit AutoFill(QObject* parent = 0);
|
explicit AutoFill(QObject* parent = 0);
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user