Warning, file /plasma/plasma-firewall/tests/ss_tests/main.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 // SPDX-FileCopyrightText: 2021 Tomaz Canabrava <tcanabrava@kde.org>
0003 
0004 #include <QDebug>
0005 
0006 #include "firewallclient.h"
0007 
0008 int main()
0009 {
0010     qDebug() << "SS test called";
0011 }