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

Fix compilation for Qt >= 5.5.1

parent f23bf986
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,9 @@
using namespace gepetto::gui;
#if (QT_VERSION <= QT_VERSION_CHECK(5,5,1))
Q_DECLARE_METATYPE(QItemSelection)
#endif // USE_QT4
void setupApplication ()
{
......
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