Wexus2 0.20
|
00001 00002 /* 00003 * Copyright (c) 2011 Aleksander B. Demko 00004 * This source code is distributed under the MIT license. 00005 * See the accompanying file LICENSE.MIT.txt for details. 00006 */ 00007 00008 #ifndef __INCLUDED_WEXUS_TEMPLATEINCLUDE_H__ 00009 #define __INCLUDED_WEXUS_TEMPLATEINCLUDE_H__ 00010 00011 // this file is automatically included by all 00012 // ecpp->cpp generated files 00013 00014 #include <wexus/HTMLString.h> 00015 #include <wexus/StringUtil.h> 00016 #include <wexus/Widgets.h> 00017 #include <wexus/Form.h> 00018 #include <wexus/VarPath.h> 00019 00020 #include <QDebug> 00021 00022 #endif 00023