Fix presence unknown type warning
This commit is contained in:
parent
38dee9b7f9
commit
74c9af0432
2 changed files with 11 additions and 10 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue