From d6c71488b34a2854461feee3296c11568542ecbe Mon Sep 17 00:00:00 2001
From: Petr Mrázek <peterix@gmail.com>
Date: Tue, 17 Dec 2013 02:09:58 +0100
Subject: Some test madness

---
 logger/QsLogDest.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'logger/QsLogDest.h')

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
-- 
cgit