Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Turcotte <jturcotte@woboq.com>2017-05-09 15:24:11 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2017-05-11 18:22:59 +0300
commit4ad190a558c64aac846dc828438acdec5fe9c6ed (patch)
tree92879909a4036fd51f7ece53654a0474298409c6 /src/gui/application.h
parent3a193655b3bdb9634c753e9e7b73a56469249655 (diff)
Use Qt logging categories for logging
This gives more insight about the logs and allow setting fine-tuned logging rules. The categories are set to only output Info by default so this allows us to provide more concise logging while keeping the ability to extract more information for a specific category when developping or debugging customer issues. Issue #5647
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index 0dec628fe..b7166c56a 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -41,6 +41,9 @@ class Handler;
}
namespace OCC {
+
+Q_DECLARE_LOGGING_CATEGORY(lcApplication)
+
class Theme;
class Folder;
class SslErrorDialog;