![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQmlCompiler More...
#include <qqmljsloggingutils.h>
Public Member Functions | |
constexpr | LoggerWarningId (QAnyStringView name) |
Constructs a LoggerWarningId object with logging catergory name name. | |
QAnyStringView | name () const |
Returns the name of the wrapped warning category. |
Friends | |
bool | operator== (const LoggerWarningId &a, const LoggerWarningId &b) |
bool | operator!= (const LoggerWarningId &a, const LoggerWarningId &b) |
\inmodule QtQmlCompiler
A wrapper around a string literal to uniquely identify warning categories in the {QQmlSA} framework.
Definition at line 22 of file qqmljsloggingutils.h.
|
inlineconstexpr |
Constructs a LoggerWarningId object with logging catergory name name.
Definition at line 25 of file qqmljsloggingutils.h.
|
inline |
Returns the name of the wrapped warning category.
Definition at line 27 of file qqmljsloggingutils.h.
|
friend |
Definition at line 35 of file qqmljsloggingutils.h.
|
friend |
Definition at line 30 of file qqmljsloggingutils.h.