Go to the source code of this file.
Defines |
|
#define | NTR(s) s |
NTR(s) |
|
#define | NTRQ(s) QString(s) |
NTRQ(s) |
#define NTR | ( | s | ) | s |
This macro is a marker. It serve to mark a string that SHOULD NOT be translated because it is used internally, (ie. hardcoded value, path, etc.) and never shown on-screen.
#define NTRQ | ( | s | ) | QString(s) |
This macro is a marker. It serve to mark a string that SHOULD NOT be translated because it is used internally, (ie. hardcoded value, path, etc.) and never shown on-screen.