Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: register RowId meta type for use in fileInserted signal
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybilinski committed Mar 21, 2019
1 parent c0f493b commit 18b52ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 18b52ce

Please sign in to comment.