/*************************************************************************** qtdeclarativehandlers.cpp - QtDeclarative specific marshallers ------------------- begin : Thurs Aug 12 2010 copyright : (C) 2010 by Richard Dale email : richard.j.dale@gmail.com ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #include #undef read #undef write #undef connect #undef accept #undef truncate #include #include #include #include DEF_VALUELIST_MARSHALLER( QDeclarativeErrorList, QList, QDeclarativeError ) TypeHandler QtDeclarative_handlers[] = { { "QList", marshall_QDeclarativeErrorList }, { 0, 0 } };