lp://staging/~lubuntu-dev/lxde/libsysstat
- Get this branch:
- bzr branch lp://staging/~lubuntu-dev/lxde/libsysstat
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/lxde/libsysstat.git.
Last successful import was .
Recent revisions
- 75. By Luís Pereira
-
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.
- 74. By Luís Pereira
-
Removes local compile definition
QT_NO_FOREACH is already part of LXQtCompilerSet
tings CMake module.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)