#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.
Functions |
void | messageHandler (QtMsgType type, const char *msg) |
int | main (int argc, char *argv[]) |
Function Documentation
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
void messageHandler |
( |
QtMsgType |
type, |
|
|
const char * |
msg |
|
) |
| |
Variable Documentation