mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix: add missing Q_OBJECT macro to the PasswordEdit class
Silences a warning.
This commit is contained in:
parent
43b3f6e339
commit
f5011cdb2f
|
@ -6,6 +6,7 @@
|
|||
|
||||
class PasswordEdit : public QLineEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PasswordEdit(QWidget *parent);
|
||||
~PasswordEdit();
|
||||
|
|
Loading…
Reference in New Issue
Block a user