PACK WOC  $VERSION$
qtconst.h
Go to the documentation of this file.
1 // Copyright (C) 2009-2012 by Konrad Rosenbaum <konrad@silmor.de>
2 // protected under the GNU GPL version 3 or at your option any newer.
3 // See COPYING.GPL file that comes with this distribution.
4 //
5 
6 #ifndef WOC_QT_CONST_H
7 #define WOC_QT_CONST_H
8 
9 //start section of all header files
10 static const QByteArray HDRSTART=
11  "//BEGIN OF AUTOMATICALLY GENERATED FILE\n"
12  "//DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!\n"
13  "#ifndef WOBGEN_%\n"
14  "#define WOBGEN_%\n\n";
15 //end section of all header files
16 static const QByteArray HDREND="\n//END OF AUTOMATICALLY GENERATED FILE\n#endif\n";
17 
18 //start section of all source files
19 static const QByteArray SRCSTART=
20  "//BEGIN OF AUTOMATICALLY GENERATED FILE\n"
21  "//DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!\n"
22  "#include \"%\"\n"
23  "#include <QDomElement>\n"
24  "#include <QDomDocument>\n"
25  "#include <QVariant>\n";
26 //end section of all source files
27 static const QByteArray SRCEND="\n//END OF AUTOMATICALLY GENERATED FILE\n";
28 
29 #endif
static const QByteArray HDRSTART
Definition: qtconst.h:10
static const QByteArray HDREND
Definition: qtconst.h:16
static const QByteArray SRCEND
Definition: qtconst.h:27
static const QByteArray SRCSTART
Definition: qtconst.h:19