mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
extra logging
This commit is contained in:
parent
5e3db65846
commit
fbc9ff7601
3 changed files with 9 additions and 4 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
class QSocketNotifier;
|
||||
class QFile;
|
||||
class ServerSocketInterface;
|
||||
|
||||
class ServerLogger : public QObject {
|
||||
Q_OBJECT
|
||||
|
|
@ -17,7 +18,7 @@ public:
|
|||
~ServerLogger();
|
||||
static void hupSignalHandler(int unused);
|
||||
public slots:
|
||||
void logMessage(QString message);
|
||||
void logMessage(QString message, ServerSocketInterface *ssi = 0);
|
||||
private slots:
|
||||
#ifdef Q_OS_UNIX
|
||||
void handleSigHup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue