From 15c45c7b596e065fe99705e3bc0d7e80aeb2c752 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 5 Aug 2010 22:01:44 +0000 Subject: Additional Qt4 support added Now compiles all of kdelibs/dcop, kdelibs/kdecore/svgicons, and kdelibs/kdecore/network git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1159658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqptrlist.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qtinterface/tqptrlist.cpp') 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 #include + +// 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 -- cgit v1.2.1