Skip to content

Replace self()-> calls to :: for static methods

Richard Bamford requested to merge (removed):master into master

Originally self()-> was used in order to call particular functions on singleton classes e.g. Preferences. This commit removes ::self()-> and replaces it with :: alone.

Merge request reports