Files
create/src/Mod
Ladislav Michl 0ee3c9f8e6 Base: Drop QString-std::string conversion functions from Tools
Convenience helpers function Tools::toStdString and Tools::fromStdString
were implemented for Qt4 or older to perform utf8 aware conversion as
QString::toStdString/QString::fromStdString were using toAscii/fromAscii
internally (see https://dreamswork.github.io/qt4/classQString.html).

Since Qt5 QString uses toUtf8/fromUTf8, which makes the helper functions
obsolete (see https://doc.qt.io/qt-5/qstring.html#fromStdString).
2024-12-02 23:30:53 -05:00
..
2024-12-02 11:44:52 -05:00
2024-12-02 11:40:01 +01:00
2024-11-11 17:01:52 +01:00
2024-11-11 17:01:52 +01:00
2024-11-11 17:01:52 +01:00
2024-11-15 20:18:46 +01:00
2024-11-11 17:01:52 +01:00
2024-11-30 18:52:23 +01:00
2024-11-15 12:25:25 -05:00
2024-11-11 17:01:52 +01:00