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:
parent
c0f493b6b8
commit
18b52ce568
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user