summary refs log tree commit diff
path: root/src/Logging.h
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-02-28 19:10:39 -0500
committerGitHub <noreply@github.com>2020-02-28 19:10:39 -0500
commit30cb7c5b02bb8a21a8d7257cfe5a8bd3db891606 (patch)
treeddadd16c86600ce937b47798a9b3d5ff2fdec998 /src/Logging.h
parentMerge pull request #129 from nico202/master (diff)
parentMerge branch 'master' into 0.7.0-dev (diff)
downloadnheko-30cb7c5b02bb8a21a8d7257cfe5a8bd3db891606.tar.xz
Merge pull request #130 from Nheko-Reborn/0.7.0-dev
0.7.0 dev merge to master
Diffstat (limited to 'src/Logging.h')
-rw-r--r--src/Logging.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Logging.h b/src/Logging.h

index 2feae60d..f572afae 100644 --- a/src/Logging.h +++ b/src/Logging.h
@@ -18,4 +18,9 @@ db(); std::shared_ptr<spdlog::logger> crypto(); + +std::shared_ptr<spdlog::logger> +qml(); + +extern bool enable_debug_log_from_commandline; }