mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/qwt: Fix to make it compile on Windows
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@329 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
289d850403
commit
a7c106e1e4
@ -45,7 +45,7 @@ inline uint qHash(double key) { return uint(key); }
|
||||
#endif
|
||||
|
||||
// MOC_SKIP_BEGIN
|
||||
template class QWT_EXPORT QList<double>;
|
||||
//template class QWT_EXPORT QList<double>;
|
||||
// MOC_SKIP_END
|
||||
|
||||
#endif // QWT_TEMPLATEDLL
|
||||
|
Loading…
Reference in New Issue
Block a user