What I read from the QApplication doc there should be only one QApplication object should be created: "For any GUI application using Qt, there is precisely one QApplication object" http://qt-project.org/doc/qt-4.8/qapplication.html#details
And when running the tests it is like running one application, so all tests should share the same object. At least thats how I understand things. I mean, when I manipulate the FormattingTags then all tests using formating tags are affected by this change. -- https://code.launchpad.net/~trb143/openlp/tests_only/+merge/148928 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

