diff options
| author | Nick Dedekind <nick.dedekind@canonical.com> | 2016-03-29 12:56:59 +0000 |
|---|---|---|
| committer | CI Train Bot <ci-train-bot@canonical.com> | 2016-03-29 12:56:59 +0000 |
| commit | f2b1959914a709cec058e1319b6f3c3797b05709 (patch) | |
| tree | 1261751ab2fa293e5db8f03a4689bc20f8d20b77 /libqmenumodel/src/logging.h | |
| parent | 2e795a28d40c3f869283716277c087b280a0d2ae (diff) | |
| parent | 4ad605553fa905edb3a78578fa01dba6c2819176 (diff) | |
| download | qmenumodel-f2b1959914a709cec058e1319b6f3c3797b05709.tar.gz qmenumodel-f2b1959914a709cec058e1319b6f3c3797b05709.tar.bz2 qmenumodel-f2b1959914a709cec058e1319b6f3c3797b05709.zip | |
Use Qt logging categories Fixes: #1562992
Approved by: Daniel d'Andrada, PS Jenkins bot
Diffstat (limited to 'libqmenumodel/src/logging.h')
| -rw-r--r-- | libqmenumodel/src/logging.h | 23 |
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 |
