[odb-users] Building GOF Composite Pattern ODB-1.5.0

Boris Kolpackov boris at codesynthesis.com
Wed Aug 3 10:20:13 EDT 2011


Hi Dan,

Dan Coffey <dcoffey at netharmonix.com> writes:

> QMap <QString, Rdolls> contains;

Maybe that should be:

  QMap <QString, Rdolls*>

Or, better yet:

  QMap <QString, QSharedPointer<Rdolls> >

If that doesn't help, please send a minimal but complete header
file that fails to compile so that I can take a look. Without
seeing the actual C++ declarations I am just guessing.

Boris



More information about the odb-users mailing list