Avoid going through ICore when it's not necessary
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
Showing
... | ... | @@ -134,7 +134,7 @@ static inline QString debugCodec(const QTextCodec *c) |