|
signon
8.58
|
#include <signal.h>#include <stdlib.h>#include <stddef.h>#include <errno.h>#include <unistd.h>#include <fcntl.h>#include <sys/poll.h>#include <syslog.h>#include "debug.h"#include "remotepluginprocess.h"#include <QDebug>
Go to the source code of this file.
Macros | |
| #define | QT_DISABLE_DEPRECATED_BEFORE QT_VERSION_CHECK(4, 0, 0) |
Functions | |
| void | messageHandler (QtMsgType type, const char *msg) |
| int | main (int argc, char *argv[]) |
Variables | |
| RemotePluginProcess * | process = NULL |
| #define QT_DISABLE_DEPRECATED_BEFORE QT_VERSION_CHECK(4, 0, 0) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 65 of file main.cpp.
References BLAME, RemotePluginProcessNS::RemotePluginProcess::createRemotePluginProcess(), debugInit(), messageHandler(), and TRACE.
| void messageHandler | ( | QtMsgType | type, |
| const char * | msg | ||
| ) |
| RemotePluginProcess* process = NULL |