Skip to content
Snippets Groups Projects
Commit 55d82a58 authored by Lyndon Brown's avatar Lyndon Brown Committed by Hugo Beauzée-Luyssen
Browse files

qt: fix deprecated initilisation method warning

parent 937a1d62
No related branches found
No related tags found
1 merge request!1414qt: fix deprecated initilisation method warning
Pipeline #192114 passed with stage
in 14 minutes and 32 seconds
......@@ -53,7 +53,7 @@ private:
private:
QPointer<QObject> m_target;
Qt::MouseButtons m_targetItemInitialAcceptedMouseButtons = 0;
Qt::MouseButtons m_targetItemInitialAcceptedMouseButtons = Qt::NoButton;
bool m_filterEventsSynthesizedByQt = false;
};
......
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