diff options
Diffstat (limited to 'qtinterface/tqptrlist.cpp')
-rw-r--r-- | qtinterface/tqptrlist.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qtinterface/tqptrlist.cpp b/qtinterface/tqptrlist.cpp index 631a9a4..9ccbc4d 100644 --- a/qtinterface/tqptrlist.cpp +++ b/qtinterface/tqptrlist.cpp @@ -21,3 +21,7 @@ Boston, MA 02110-1301, USA. #include <tqt.h> #include <tqptrlist.h> + +// QList is a template class. Template classes do not generate object files. +// Therefore, template classes CANNOT contain out-of-line members. Period. +// Make your changes inline in the header file and don't look back!
\ No newline at end of file |