File indexing completed on 2024-09-08 10:56:12
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 }