6 #ifndef SWIFT_MISC_SIMULATION_REVERSELOOKUP_H
7 #define SWIFT_MISC_SIMULATION_REVERSELOOKUP_H
9 #include <QDBusArgument>
12 namespace swift::misc::simulation
18 RevLogEnabled = 1 << 0,
19 RevLogSimplifiedInfo = 1 << 1,
20 RevLogEnabledSimplified = RevLogEnabled | RevLogSimplifiedInfo
22 Q_DECLARE_FLAGS(ReverseLookupLogging, ReverseLookupLoggingFlag)
25 Q_DECLARE_METATYPE(swift::misc::simulation::ReverseLookupLogging)
27 Q_DECLARE_OPERATORS_FOR_FLAGS(swift::misc::simulation::ReverseLookupLogging)
ReverseLookupLoggingFlag
Lookup log.messages.