aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/logging.h
diff options
context:
space:
mode:
authorNick Dedekind <nick.dedekind@canonical.com>2016-12-09 17:06:25 +0000
committerNick Dedekind <nick.dedekind@canonical.com>2016-12-09 17:06:25 +0000
commit69093dc4fc54cd4e224b44522b7f8c12cefef515 (patch)
tree26614f554fc263cf228766e2da1cbe5ca51df915 /libqmenumodel/src/logging.h
parenta618ff5e99c82aca263e8a52fa2c482b2d58754b (diff)
parent89f2b36ed993aead5599d937f0d870db1321b9e1 (diff)
downloadqmenumodel-69093dc4fc54cd4e224b44522b7f8c12cefef515.tar.gz
qmenumodel-69093dc4fc54cd4e224b44522b7f8c12cefef515.tar.bz2
qmenumodel-69093dc4fc54cd4e224b44522b7f8c12cefef515.zip
merged with trunk
Diffstat (limited to 'libqmenumodel/src/logging.h')
-rw-r--r--libqmenumodel/src/logging.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/libqmenumodel/src/logging.h b/libqmenumodel/src/logging.h
new file mode 100644
index 0000000..bd7e708
--- /dev/null
+++ b/libqmenumodel/src/logging.h
@@ -0,0 +1,23 @@
+/*
+ * Copyright (C) 2016 Canonical, Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License version 3, as published by
+ * the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
+ * SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef QMENUMODEL_LOGGING_H
+#define QMENUMODEL_LOGGING_H
+
+#include <QLoggingCategory>
+Q_DECLARE_LOGGING_CATEGORY(unitymenumodel)
+
+#endif // QMENUMODEL_LOGGING_H