diff options
Diffstat (limited to 'tests/client/servicetest.cpp')
-rw-r--r-- | tests/client/servicetest.cpp | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/tests/client/servicetest.cpp b/tests/client/servicetest.cpp index 3faddd0..cc47334 100644 --- a/tests/client/servicetest.cpp +++ b/tests/client/servicetest.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2012 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 as published by + * the Free Software Foundation; version 3. + * + * 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 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/>. + * + * Authors: + * Renato Araujo Oliveira Filho <renato@canonical.com> + */ + #include "qdbusmenumodel.h" #include "dbusmenuscript.h" @@ -33,7 +52,6 @@ private Q_SLOTS: void init() { - qDebug() << "init>>>>>>>>>>>>>>>>>>>>>"; m_model.stop(); m_model.setBusType(QDBusObject::SessionBus); m_model.setBusName(MENU_SERVICE_NAME); @@ -42,7 +60,6 @@ private Q_SLOTS: void cleanup() { - qDebug() << "cleanup>>>>>>>>>>>>>>>>>>"; m_script.unpublishMenu(); } |