← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~thelinuxguy/openlp/make-methods-static into lp:openlp

 

Review: Needs Fixing

The "_" method name prefix normally signals that the method is private, and thus shouldn't be called from outside the class. So when making a method a function it should lose the "_" prefix.
-- 
https://code.launchpad.net/~thelinuxguy/openlp/make-methods-static/+merge/281702
Your team OpenLP Core is subscribed to branch lp:openlp.


References