File indexing completed on 2024-12-08 08:02:47
0001 /* 0002 SPDX-FileCopyrightText: 2014-2015 Harald Sitter <sitter@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 0005 */ 0006 0007 #include "port.h" 0008 0009 namespace QPulseAudio 0010 { 0011 Port::Port(QObject *parent) 0012 : Profile(parent) 0013 { 0014 } 0015 0016 Port::~Port() = default; 0017 0018 } // QPulseAudio