┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindebug.cpp
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-02-24 13:07:35 +0100
committerEmmanuel Pescosta <[email protected]>2015-02-24 13:07:35 +0100
commit169cca55b9621689712321da8c0425f8002d0008 (patch)
tree7035935aeb94de3a2c3872ee5fed914c80e41db2 /src/dolphindebug.cpp
parent6d9f5b21315bf7c9f6b08e32a89346e22c482714 (diff)
Replace kDebug/kWarning by categorized logging (org.kde.dolphin)
Diffstat (limited to 'src/dolphindebug.cpp')
-rw-r--r--src/dolphindebug.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/dolphindebug.cpp b/src/dolphindebug.cpp
new file mode 100644
index 000000000..17f108427
--- /dev/null
+++ b/src/dolphindebug.cpp
@@ -0,0 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2015 by Emmanuel Pescosta <[email protected]> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the *
+ * Free Software Foundation, Inc., *
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
+ ***************************************************************************/
+
+#include "dolphindebug.h"
+
+Q_LOGGING_CATEGORY(DolphinDebug, "org.kde.dolphin")