Skip to content
Snippets Groups Projects
Unverified Commit 79bfdc35 authored by Pete Peterson's avatar Pete Peterson Committed by GitHub
Browse files

Merge pull request #21603 from mantidproject/message-qmetatype-widgetscore

Fix registration of QMetaType for type Message
parents 522bbf7e bf3d1079
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ using namespace MantidQt::MantidWidgets;
%End
%InitialisationCode
qRegisterMetaType<MantidQt::MantidWidgets::Message>();
qRegisterMetaType<Message>("Message");
%End
// ----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment