[PasswordsManager] Make names of backend translatable.

AutoFill needs to have Q_OBJECT macro for QObject::tr function.
remotes/origin/falkon
nowrep 13 years ago
parent 7001823511
commit de10968498
  1. 2
      src/lib/autofill/autofill.h
  2. 353
      translations/empty.ts

@ -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…
Cancel
Save