MythTV
master
|
#include <QObject>
#include <QSocketNotifier>
#include <QMutex>
#include <QList>
#include <QMap>
#include <array>
#include <cstdint>
#include <csignal>
#include <unistd.h>
#include "mythbaseexp.h"
Go to the source code of this file.
Classes | |
class | SignalHandler |
A container object to handle UNIX signals in the Qt space correctly. More... | |
Typedefs | |
using | siginfo_t = void |
using | SigHandlerFunc = void(*)(void) |
using siginfo_t = void |
Definition at line 20 of file signalhandling.h.
using SigHandlerFunc = void (*)(void) |
Definition at line 23 of file signalhandling.h.