Browse Source

Replace deprecated header 'signal.h' with 'csignal'

adaptive-webui-19844
thalieht 6 years ago
parent
commit
9959a901fe
  1. 2
      src/app/main.cpp

2
src/app/main.cpp

@ -29,6 +29,7 @@ @@ -29,6 +29,7 @@
#include <QtGlobal>
#include <csignal>
#include <cstdlib>
#if !defined Q_OS_WIN && !defined Q_OS_HAIKU
@ -59,7 +60,6 @@ Q_IMPORT_PLUGIN(QICOPlugin) @@ -59,7 +60,6 @@ Q_IMPORT_PLUGIN(QICOPlugin)
#include <cstdio>
#endif // DISABLE_GUI
#include <signal.h>
#ifdef STACKTRACE
#ifdef Q_OS_UNIX
#include "stacktrace.h"

Loading…
Cancel
Save