summary refs log tree commit diff
path: root/src/Logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Logging.h')
-rw-r--r--src/Logging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Logging.h b/src/Logging.h

index e54f3c3f..f572afae 100644 --- a/src/Logging.h +++ b/src/Logging.h
@@ -19,5 +19,8 @@ db(); std::shared_ptr<spdlog::logger> crypto(); +std::shared_ptr<spdlog::logger> +qml(); + extern bool enable_debug_log_from_commandline; }