ah, ok...
in C(++) declares a function named cv_default, taking no arguments and returning a CustomVector.Qt Code:
CustomVector cv_default();To copy to clipboard, switch view to plain text mode
Line 11 should compile. However, your use of cv_default later on would give trouble.
Bookmarks