FreeCAD: master 4ef8c970

Author Committer Branch Timestamp Parent
f3nix f3nix master 2016-02-14 08:20:13 master fbd6f900
Affected Issues  0002986: Port from Qt4 to Qt5 (Ongoing)
Changeset Qt5 compatibility changes.

QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
QChar::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().

This change is Qt4/Qt5 neutral.
mod - src/Gui/ExpressionCompleter.cpp Diff File
mod - src/Gui/WidgetFactory.cpp Diff File