![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "logging.h"#include "package.h"#include <QtCore/qstring.h>#include <QtCore/qlist.h>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | Scanner |
Functions | |
| std::optional< QList< Package > > | Scanner::readFile (const QString &filePath, LogLevel logLevel) |
| std::optional< QList< Package > > | Scanner::scanDirectory (const QString &directory, InputFormats inputFormats, LogLevel logLevel) |
| bool | Scanner::validatePackage (Package &p, Checks checks, LogLevel logLevel) |