: error C2065: 'Double' : undeclared identifier
.\test_plotdb.cpp(86) : error C2133: 'x_list' : unknown size
.\test_plotdb.cpp(86) : error C2512: 'QList' : no appropriate default constructor available
.\test_plotdb.cpp(87) : error C2662: 'QList<T>::append' : cannot convert 'this' pointer from 'QList' to 'QList<T> &'
Reason: cannot convert from 'QList' to 'QList<T>'
Conversion requires a second user-defined-conversion operator or constructor
.\test_plotdb.cpp(88) : error C2133: 'y_list' : unknown size
.\test_plotdb.cpp(88) : error C2512: 'QList' : no appropriate default constructor available
.\test_plotdb.cpp(89) : error C2662: 'QList<T>::append' : cannot convert 'this' pointer from 'QList' to 'QList<T> &'
Reason: cannot convert from 'QList' to 'QList<T>'
Conversion requires a second user-defined-conversion operator or constructor
.\test_plotdb.cpp(95) : error C2663: 'QList<T>::value' : 2 overloads have no legal conversion for 'this' pointer
.\test_plotdb.cpp(95) : error C2663: 'QList<T>::value' : 2 overloads have no legal conversion for 'this' pointer
Bookmarks