KInit
kioslave.cpp
Go to the documentation of this file.
59 fprintf(stderr, "Usage: kioslave <slave-lib> <protocol> <klauncher-socket> <app-socket>\n\nThis program is part of KDE.\n");
126 // msvc debugger or windbg supports jit debugging, the latter requires setting up windbg jit with windbg -i
143 // A workaround for OSes where DebugBreak() does not work in administrative mode (actually Vista with msvc 2k5)
144 // - display a native message box so developer can attach the debugger to the KIO slave process and click OK.
146 QString("Please attach the debugger to process #%1 (%2)").arg(getpid()).arg(argv[0]).toLatin1(),
147 QString("\"%1\" KIO Slave Debugging").arg(argv[2]).toLatin1(), MB_OK|MB_ICONINFORMATION|MB_TASKMODAL);
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
bool startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid)
QString number(int n, int base)
QString fromLocal8Bit(const char *str, int size)
QString fromUtf16(const ushort *unicode, int size)
QString fileName() const
bool isEmpty() const
bool isLoaded() const
bool load()
static QString installPath(const char *type)
void setFileName(const QString &fileName)
QByteArray toLatin1() const
void * resolve(const char *symbol)
char * data()
int size() const
QChar * data()
QString decodeName(const QByteArray &localFileName)
QString errorString() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.