File indexing completed on 2025-12-07 05:31:58
0001 #include <cutehmi/workarounds/qt/labs/settings/logging.hpp> 0002 0003 #include <QtTest/QtTest> 0004 0005 // This file has been initially autogenerated by 'cutehmi.skeleton.cpp' Qbs module. 0006 0007 namespace cutehmi { 0008 namespace workarounds { 0009 namespace qt { 0010 namespace labs { 0011 namespace settings { 0012 0013 class test_logging: 0014 public QObject 0015 { 0016 Q_OBJECT 0017 0018 private slots: 0019 void loggingCategory(); 0020 }; 0021 0022 void test_logging::loggingCategory() 0023 { 0024 QCOMPARE(cutehmi::workarounds::qt::labs::settings::loggingCategory().categoryName(), "CuteHMI.Workarounds.Qt.labs.settings.1"); 0025 } 0026 0027 } 0028 } 0029 } 0030 } 0031 } 0032 0033 QTEST_MAIN(cutehmi::workarounds::qt::labs::settings::test_logging) 0034 #include "test_logging.moc" 0035 0036 //(c)C: Copyright © 2021, Michał Policht <michal@policht.pl>. All rights reserved. 0037 //(c)C: SPDX-License-Identifier: LGPL-3.0-or-later OR GPL-2.0-or-later 0038 //(c)C: CuteHMI.Workarounds.Qt.labs.settings.1 extension 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, either version 3 of the License, or (at your option) any later version approved by the KDE Free Qt Foundation. 0039 //(c)C: This file is a part of CuteHMI.Workarounds.Qt.labs.settings.1 extension. 0040 //(c)C: Additionally, this file is licensed under 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 approved by the KDE Free Qt Foundation. 0041 //(c)C: CuteHMI.Workarounds.Qt.labs.settings.1 extension 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 or GNU General Public License for more details. 0042 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI.Workarounds.Qt.labs.settings.1 extension. If not, see <https://www.gnu.org/licenses/>. 0043 //(c)C: You should have received a copy of the GNU General Public License along with CuteHMI.Workarounds.Qt.labs.settings.1 extension. If not, see <https://www.gnu.org/licenses/>.