ModemManagerQt
7#include "interface_p.h"
9ModemManager::InterfacePrivate::InterfacePrivate(
const QString &path, Interface *q)
15ModemManager::InterfacePrivate::~InterfacePrivate()
19ModemManager::Interface::Interface(
const QString &path,
QObject *parent)
21 , d_ptr(new InterfacePrivate(
path, this))
25ModemManager::Interface::Interface(InterfacePrivate &dd,
QObject *parent)
31ModemManager::Interface::~Interface()
36QString ModemManager::Interface::uni()
const
42void ModemManager::InterfacePrivate::onPropertiesChanged(
const QString &interface,
const QVariantMap &properties,
const QStringList &invalidatedProps)
46 Q_UNUSED(invalidatedProps)
49#include "moc_interface.cpp"
50#include "moc_interface_p.cpp"
QString path(const QString &relativePath)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:22 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.