KIO
#include "slavebase.h"
#include <config.h>
#include <sys/time.h>
#include <kdebug.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <QtCore/QFile>
#include <QtCore/QList>
#include <QtCore/QDateTime>
#include <QtCore/QCoreApplication>
#include <kcrash.h>
#include <kconfig.h>
#include <kconfiggroup.h>
#include <kde_file.h>
#include <klocale.h>
#include "kremoteencoding.h"
#include "connection.h"
#include "ioslave_defaults.h"
#include "slaveinterface.h"
#include "kpasswdserver_p.h"
Go to the source code of this file.
|
#define | KIO_DATA QByteArray data; QDataStream stream( &data, QIODevice::WriteOnly ); stream |
|
#define | KIO_FILESIZE_T(x) quint64(x) |
|
#define KIO_DATA QByteArray data; QDataStream stream( &data, QIODevice::WriteOnly ); stream |
#define KIO_FILESIZE_T |
( |
|
x | ) |
quint64(x) |
static void genericsig_handler |
( |
int |
sigNumber | ) |
|
|
static |
static bool isSubCommand |
( |
int |
cmd | ) |
|
|
static |
static void sigpipe_handler |
( |
int |
sig | ) |
|
|
static |
static void sigsegv_handler |
( |
int |
sig | ) |
|
|
static |
volatile bool slaveWriteError = false |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Sun May 8 2016 19:40:51 by
doxygen 1.8.10 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.