UltraScan III
Functions
us_helpdaemon.cpp File Reference
#include <QtSingleApplication>
#include "us_helpdaemon.h"
#include "us_settings.h"
Include dependency graph for us_helpdaemon.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Main program to start up Qt's Assistant. More...
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Main program to start up Qt's Assistant.

This program uses QtSingleApplication to ensure that there is only one active process. When a second instance is launched, it just sends a message (the page to show) to the first instance and exits.

Definition at line 82 of file us_helpdaemon.cpp.