~lubuntu-dev/lxde/libsysstat

Viewing all changes in revision 75.

  • Committer: Alf Gaida
  • Author(s): Luís Pereira
  • Date: 2018-07-14 08:58:48 UTC
  • Revision ID: git-v1:9f9f025022ce0951bc7d496faccc27bb4949f1d2
Don't use automatic string conversions

* Disables automatic conversions from 8-bit strings (char *) to unicode
  QStrings.
* Disables automatic conversion from QString to 8-bit strings (char *).
* Disables automatic conversions from QByteArray to const char * or const
  void *.
* Disables automatic conversions from QString (or char *) to QUrl.
* Use QStringBuilder for more efficient string creation.

It make us aware of string and encoding conversions.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: