The error message is:
error: no matching function for call to 'QList<const MyClass>::QList(QList<MyClass>&)'
note
: candidates are
: QList<T>
::QList(const QList<T>
&) [with T
= const MyClass
]note
: QList<T>
::QList() [with T
= const MyClass
]
error: no matching function for call to 'QList<const MyClass>::QList(QList<MyClass>&)'
note: candidates are: QList<T>::QList(const QList<T>&) [with T = const MyClass]
note: QList<T>::QList() [with T = const MyClass]
To copy to clipboard, switch view to plain text mode
In this moment, I am using Qt 4.6 (2010.02.1) with wingw
Bookmarks