File: main.cpp

package info (click to toggle)
plasma-firewall 6.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,980 kB
  • sloc: cpp: 4,661; xml: 237; makefile: 7; sh: 1
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0-or-later
// SPDX-FileCopyrightText: 2021 Tomaz Canabrava <tcanabrava@kde.org>

#include <QDebug>

#include "firewallclient.h"

int main()
{
    qDebug() << "SS test called";
}