Fix presence unknown type warning

This commit is contained in:
Nicolas Werner 2021-01-19 03:16:59 +01:00
parent 38dee9b7f9
commit 74c9af0432
2 changed files with 11 additions and 10 deletions

View file

@ -106,9 +106,6 @@ createCacheDirectory()
int
main(int argc, char *argv[])
{
// needed for settings so need to register before any settings are read to prevent warnings
qRegisterMetaType<UserSettings::Presence>();
QCoreApplication::setApplicationName("nheko");
QCoreApplication::setApplicationVersion(nheko::version);
QCoreApplication::setOrganizationName("nheko");