Skip to content
Snippets Groups Projects
Commit 801853d7 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add std::string to Qt meta types

parent 4c3f0da8
No related branches found
No related tags found
No related merge requests found
......@@ -228,4 +228,6 @@ signals:
} // namespace gui
} // namespace gepetto
Q_DECLARE_METATYPE (std::string)
#endif // GEPETTO_GUI_MAINWINDOW_HH
......@@ -19,6 +19,8 @@ void setupApplication ()
QCoreApplication::setApplicationVersion("@PROJECT_VERSION@");
QIcon::setThemeName("oxygen");
qRegisterMetaType<std::string>("std::string");
}
int main(int argc, char *argv[])
......
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