From 44aa649fc9ef563e5946b15422b772c7dc112600 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 28 Feb 2024 16:29:48 +0100 Subject: [PATCH] use argc and argv --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 4daa5b9..c86d906 100644 --- a/main.cpp +++ b/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");