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