← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~crichter/openlp/bug-955992 into lp:openlp

 

Review: Needs Fixing

On one line you have:

    reg_ex = ...

And then the very next line you have:

    canOverride = ....

Please be consistent and correct with your naming conventions. "can_override", not "canOverride". The only objects to be named in camelCase are members of Qt or Qt-derived classes.
-- 
https://code.launchpad.net/~crichter/openlp/bug-955992/+merge/98002
Your team OpenLP Core is subscribed to branch lp:openlp.


References