Update libqmatrixclient.

This update brings some changes, and more debugging is needed.
This commit is contained in:
Black Hat
2018-08-03 17:27:21 +08:00
parent 6550f2411a
commit 3e9a12e4cb
5 changed files with 13 additions and 7 deletions

View File

@@ -22,7 +22,6 @@ int main(int argc, char *argv[]) {
QApplication app(argc, argv);
qRegisterMetaType<Room *>("Room*");
qRegisterMetaType<User *>("User*");
qmlRegisterType<Controller>("Matrique", 0, 1, "Controller");