#include "QGCCommandLineParser.h"
#include "qgc_version.h"
#include <QtCore/QCommandLineOption>
#include <QtCore/QCoreApplication>
#include "QGCLoggingCategory.h"
Go to the source code of this file.
|
| | Q_LOGGING_CATEGORY (QGCCommandLineParserLog, "Utilities.QGCCommandLineParser", QtWarningMsg) namespace QGCCommandLineParser |
| |
◆ Q_LOGGING_CATEGORY()
| Q_LOGGING_CATEGORY |
( |
QGCCommandLineParserLog |
, |
|
|
"Utilities.QGCCommandLineParser" |
, |
|
|
QtWarningMsg |
|
|
) |
| |
Normalizes command-line arguments Converts colon-separated syntax (–option:value) to standard format (–option value) and handles special cases like –unittest without a value.
Definition at line 9 of file QGCCommandLineParser.cc.
◆ qgcCategoryQGCCommandLineParserLog
| QGCLoggingCategory qgcCategoryQGCCommandLineParserLog("Utilities.QGCCommandLineParser") |
( |
"Utilities.QGCCommandLineParser" |
| ) |
|
|
static |