Sha256: 8bd7e02a2c729f461d65f9f6694931733c09b663b846545e0d62a5b25f98596c
Contents?: true
Size: 1.49 KB
Versions: 11
Compression:
Stored size: 1.49 KB
Contents
/*************************************************************************** qttesthandlers.cpp - QtTest specific marshallers ------------------- begin : 29-10-2008 copyright : (C) 2008 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 veqtruby_project_template.rbrsion 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #include <ruby.h> #undef read #undef write #undef connect #undef accept #undef truncate #undef rename #include <qtruby.h> #include <smokeruby.h> #include <marshall_macros.h> #include <QtTest/qtestaccessible.h> DEF_VALUELIST_MARSHALLER( QTestAccessibilityEventList, QList<QTestAccessibilityEvent>, QTestAccessibilityEvent ) TypeHandler QtTest_handlers[] = { { "QList<QTestAccessibilityEvent>", marshall_QTestAccessibilityEventList }, { 0, 0 } };
Version data entries
11 entries across 11 versions & 2 rubygems