1
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:
nowrep 2013-06-05 23:14:03 +02:00
parent 7001823511
commit de10968498
2 changed files with 186 additions and 169 deletions

View File

@ -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