ah, ok...
Qt Code:
  1. CustomVector cv_default();
To copy to clipboard, switch view to plain text mode 
in C(++) declares a function named cv_default, taking no arguments and returning a CustomVector.

Line 11 should compile. However, your use of cv_default later on would give trouble.