From 3e912c6198edc640c80a7e99de3ed19615cb6c28 Mon Sep 17 00:00:00 2001 From: hypnosis-i2p Date: Fri, 17 Jun 2016 21:47:17 +0800 Subject: [PATCH] qt: daemon now operates in the background thread; added Quit GUI button --- qt/i2pd_qt/DaemonQT.h | 4 ++++ qt/i2pd_qt/i2pd_qt_gui.cpp | 0 qt/i2pd_qt/i2pd_qt_gui.h | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 qt/i2pd_qt/DaemonQT.h create mode 100644 qt/i2pd_qt/i2pd_qt_gui.cpp create mode 100644 qt/i2pd_qt/i2pd_qt_gui.h diff --git a/qt/i2pd_qt/DaemonQT.h b/qt/i2pd_qt/DaemonQT.h new file mode 100644 index 00000000..5c0ec14e --- /dev/null +++ b/qt/i2pd_qt/DaemonQT.h @@ -0,0 +1,4 @@ +#ifndef DAEMONQT_H +#define DAEMONQT_H + +#endif // DAEMONQT_H diff --git a/qt/i2pd_qt/i2pd_qt_gui.cpp b/qt/i2pd_qt/i2pd_qt_gui.cpp new file mode 100644 index 00000000..e69de29b diff --git a/qt/i2pd_qt/i2pd_qt_gui.h b/qt/i2pd_qt/i2pd_qt_gui.h new file mode 100644 index 00000000..493fb1af --- /dev/null +++ b/qt/i2pd_qt/i2pd_qt_gui.h @@ -0,0 +1,4 @@ +#ifndef IQPD_QT_GUI_H +#define IQPD_QT_GUI_H + +#endif // IQPD_QT_GUI_H