Skip to content

Commit

Permalink
Qt 6 compatibility metatype fix
Browse files Browse the repository at this point in the history
qRegisterMetaTypeStreamOperators removed for Qt 6
  • Loading branch information
nebomuk committed Nov 10, 2022
1 parent 8bfe61a commit 9046717
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raytraceconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ public :

RayTraceConfig()
{
#if QT_VERSION < 0x060000
qRegisterMetaTypeStreamOperators<RayTraceConfig>();
#endif

}

Expand Down

0 comments on commit 9046717

Please sign in to comment.