Avoid unused-member warnings in WindowModel::Private

Authored by adridg on Jun 7 2020, 6:12 PM.

Description

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.

Details

Committed
adridgJun 8 2020, 9:50 AM
Parents
R119:3df00f81c0af: Handle absent <crypt.h>
Branches
Unknown
Tags
Unknown