1
0
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:
Zetok Zalbavar 2016-12-18 15:32:49 +00:00
parent 43b3f6e339
commit f5011cdb2f
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

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