Code review comment for lp:~aacid/qtmir/build_with_clang

Revision history for this message
Albert Astals Cid (aacid) wrote :

> -struct QMirServerPrivate
> +class QMirServerPrivate
>
> It looks like a struct to me.

but it's used in a
  Q_DECLARE_PRIVATE(QMirServer)
that forward declares it as a class.

« Back to merge proposal