tests/auto/qscriptvalue/testgen/gen.py
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    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 **