Mark internal function of `cli/application.cpp` static

This commit is contained in:
Martchus 2023-07-04 18:47:06 +02:00
parent ac07982596
commit 5a2334cda4
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ int Application::exec(int argc, const char *const *argv)
return QCoreApplication::exec();
}
int assignIntegerFromArg(const Argument &arg, int &integer)
static int assignIntegerFromArg(const Argument &arg, int &integer)
{
if (!arg.isPresent()) {
return 0;