Amarok/Development/TODO/Refactoring

From KDE Community Wiki
Revision as of 16:13, 9 November 2015 by Ochurlaud (talk | contribs) (Created page with "== QUrls == * Use QUrl and store QUrl instead of always changing them to strings == QDir == * Do not use QDir::toNativeSeparor or QDir::Separator when we don't want to show t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

QUrls

  • Use QUrl and store QUrl instead of always changing them to strings

QDir

  • Do not use QDir::toNativeSeparor or QDir::Separator when we don't want to show them to the user: Qt does everything with '/' (even on windows!!)