mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
oops, use proper comment tag in class map
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f3eae58a32
commit
aacc761fdb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ components = {
|
|||
'opengl': 'Q_OPENGL_EXPORT',
|
||||
}
|
||||
mapoutput = 'src/shared/qclass_lib_map.h'
|
||||
mapdata = '# Automatically generated by genmap.py, DO NOT EDIT!\n'
|
||||
mapdata = '// Automatically generated by genmap.py, DO NOT EDIT!\n'
|
||||
mapdata += '#ifndef QT_CLASS_MAP_H\n#define QT_CLASS_MAP_H\n\n'
|
||||
|
||||
def exportscan(sdir, keyword, component):
|
||||
|
|
Loading…
Add table
Reference in a new issue