Skip to content
Commit e65c30d3 authored by Adriaan de Groot's avatar Adriaan de Groot 💬
Browse files

Avoid unused-member warnings in WindowModel::Private

- The q-pointer isn't used right now, so Clang complains about it;
  removing it is an option, but then we might get surprising ping-pongs
  if more functionality is added to the private class. Use Q_UNUSED instead.
parent 3df00f81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment