equal
deleted
inserted
replaced
68 def __getattr__(self, attr): |
68 def __getattr__(self, attr): |
69 """map all options properties into this object (remove one level of indirection)""" |
69 """map all options properties into this object (remove one level of indirection)""" |
70 return getattr(self._o, attr) |
70 return getattr(self._o, attr) |
71 |
71 |
72 |
72 |
73 mainTempl = Template("""/* |
73 mainTempl = Template("""/**************************************************************************** |
74 /**************************************************************************** |
|
75 ** |
74 ** |
76 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
75 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
77 ** All rights reserved. |
76 ** All rights reserved. |
78 ** Contact: Nokia Corporation (qt-info@nokia.com) |
77 ** Contact: Nokia Corporation (qt-info@nokia.com) |
79 ** |
78 ** |