Allow minimize to tray.

This commit is contained in:
Black Hat
2018-08-19 14:51:09 +08:00
parent 4383dfa5a1
commit 4b2a33493f
4 changed files with 7 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ int main(int argc, char *argv[]) {
QApplication app(argc, argv);
app.setQuitOnLastWindowClosed(false);
qRegisterMetaType<MatriqueRoom *>("MatriqueRoom*");
qRegisterMetaType<User *>("User*");
qRegisterMetaType<MessageEventType>("MessageEventType");