> 21 self.themeManager = themeManager > 22 self.imageManager = imageManager > 23 self.screens = ScreenList() > 24 - self.service_theme = u'' > 25 - self.theme_level = u'' > > self.imageManager vs self.theme_level ?
As far as I remember python objects are words_with_underscore and Qt objects camelCase (independently from being used in a python or qt class). -- https://code.launchpad.net/~googol/openlp/render/+merge/107264 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

