1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix: register RowId meta type for use in fileInserted signal

This commit is contained in:
Anthony Bilinski 2019-03-21 14:00:59 -07:00
parent c0f493b6b8
commit 18b52ce568
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -366,6 +366,7 @@ int main(int argc, char* argv[])
QObject::connect(a.get(), &QApplication::aboutToQuit, cleanup);
qRegisterMetaType<ReceiptNum>();
qRegisterMetaType<RowId>();
// Run
int errorcode = a->exec();