mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-30 07:44:13 +02:00
f57c921b78
QString::count() (no-arg) is deprecated -> size(); QColor::setNamedColor() is deprecated -> the QColor(QString) constructor. Both replacements are non-deprecated on Qt5 too. Clears 2 -Wdeprecated-declarations warnings.