use argc and argv
This commit is contained in:
parent
11c9475e62
commit
44aa649fc9
3
main.cpp
3
main.cpp
@ -17,9 +17,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
Q_UNUSED(argc);
|
|
||||||
Q_UNUSED(argv);
|
|
||||||
|
|
||||||
QByteArray const value = qgetenv("LC_ALL");
|
QByteArray const value = qgetenv("LC_ALL");
|
||||||
if (value != "C") {
|
if (value != "C") {
|
||||||
qputenv("LC_ALL", "C");
|
qputenv("LC_ALL", "C");
|
||||||
|
Loading…
Reference in New Issue
Block a user