mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
DolphinQt: Get rid of unneeded abbreviation macros.
This commit is contained in:
parent
662e4fcca0
commit
4acd90d570
9 changed files with 110 additions and 115 deletions
|
@ -8,11 +8,4 @@
|
|||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
// Use this to encapsulate ASCII string literals
|
||||
#define SL(str) QStringLiteral(str)
|
||||
|
||||
// Use this to encapsulate string constants and functions that
|
||||
// return "char*"s
|
||||
#define SC(str) QString::fromLatin1(str)
|
||||
|
||||
QString NiceSizeFormat(s64 size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue