Summary: Also set a consistent naming structure and to be only Info+ by default. This may mean you need to update your logging rules if you want debug output. Reviewers: #plasma, hein Reviewed By: #plasma, hein Subscribers: graesslin, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D1956wilder-5.14
parent
aa5fde007d
commit
ef2fd6d979
9 changed files with 27 additions and 51 deletions
@ -1,29 +0,0 @@ |
||||
/***************************************************************************
|
||||
* debug.h * |
||||
* * |
||||
* Copyright 2013 Sebastian Kügler <sebas@kde.org> * |
||||
* * |
||||
* 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 . * |
||||
***************************************************************************/ |
||||
|
||||
#ifndef SYSTEMTRAYDEBUG_H |
||||
#define SYSTEMTRAYDEBUG_H |
||||
|
||||
#include <QLoggingCategory> |
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(SYSTEMTRAY) |
||||
|
||||
#endif |
||||
@ -1,2 +0,0 @@ |
||||
#include <QLoggingCategory> |
||||
Q_DECLARE_LOGGING_CATEGORY(MPRIS2) |
||||
Loading…
Reference in new issue