oops, use proper comment tag in class map

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-06-19 15:11:00 +00:00
parent f3eae58a32
commit aacc761fdb

View file

@ -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):