Browse Source

fix: add missing Q_OBJECT macro to the PasswordEdit class

Silences a warning.
pull/3982/head
Zetok Zalbavar 9 years ago
parent
commit
f5011cdb2f
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 1
      src/widget/passwordedit.h

1
src/widget/passwordedit.h

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
class PasswordEdit : public QLineEdit
{
Q_OBJECT
public:
explicit PasswordEdit(QWidget *parent);
~PasswordEdit();

Loading…
Cancel
Save