41 #ifndef QTSINGLECOREAPPLICATION_H 42 #define QTSINGLECOREAPPLICATION_H 44 #include <QCoreApplication> 60 bool sendMessage(
const QString &message,
int timeout = 5000);
71 #endif // QTSINGLECOREAPPLICATION_H
A variant of the QtSingleApplication class for non-GUI applications.
QtSingleCoreApplication(int &argc, char **argv)
void messageReceived(const QString &message)
bool sendMessage(const QString &message, int timeout=5000)