signon  8.42
main.cpp File Reference
#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>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void messageHandler (QtMsgType type, const char *msg)
int main (int argc, char *argv[])

Variables

RemotePluginProcessprocess = NULL

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void messageHandler ( QtMsgType  type,
const char *  msg 
)

Definition at line 43 of file main.cpp.

Referenced by main().

Variable Documentation

RemotePluginProcess* process = NULL

Definition at line 41 of file main.cpp.

Referenced by main().