mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +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
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AutoFill(QObject* parent = 0);
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user