Add missing include moc file
This commit is contained in:
committed by
Tobias Fella
parent
21a55885b3
commit
0e4df58fc9
@@ -153,3 +153,5 @@ void NeoChatConnection::deactivateAccount(const QString &password)
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_neochatconnection.cpp"
|
||||||
|
|||||||
@@ -336,3 +336,5 @@ void Registration::registerEmail()
|
|||||||
m_sid = job->jsonData()["sid"_ls].toString();
|
m_sid = job->jsonData()["sid"_ls].toString();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_registration.cpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user