diff options
Diffstat (limited to 'logger/QsLogDest.h')
-rw-r--r-- | logger/QsLogDest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logger/QsLogDest.h b/logger/QsLogDest.h index e7fcc045..a8000022 100644 --- a/logger/QsLogDest.h +++ b/logger/QsLogDest.h @@ -47,6 +47,7 @@ class DestinationFactory public: static DestinationPtr MakeFileDestination(const QString &filePath); static DestinationPtr MakeDebugOutputDestination(); + static DestinationPtr MakeQDebugDestination(); }; } // end namespace |