Code review comment for lp:~lukas-kde/qtubuntu/ubuntuIconsFonts

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

"""
private:
    QFont systemFont, fixedFont;
"""

Should follow the project's naming convention for member variables. Eg:
s/systemFont/mSystemFont

review: Needs Fixing

« Back to merge proposal