Go to the documentation of this file.
21#ifndef KIO_SLAVE_CONFIG_H
22#define KIO_SLAVE_CONFIG_H
24#include <QtCore/QObject>
29 class SlaveConfigPrivate;
61 void setConfigData(
const QString &protocol,
const QString &host,
const QString &key,
const QString &value );
71 void setConfigData(
const QString &protocol,
const QString &host,
const MetaData &config );
77 MetaData configData(
const QString &protocol,
const QString &host);
83 QString configData(
const QString &protocol,
const QString &host,
const QString &key);
102 SlaveConfigPrivate*
const d;
void configNeeded(const QString &protocol, const QString &host)
This signal is raised when a slave of type protocol deals with host for the first time.
A namespace for KIO globals.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by
doxygen 1.11.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.