Update libqmatrixclient.
This update brings some changes, and more debugging is needed.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user