Browse Source

qt: daemon now operates in the background thread; added Quit GUI button

pull/522/head
hypnosis-i2p 8 years ago
parent
commit
3e912c6198
  1. 4
      qt/i2pd_qt/DaemonQT.h
  2. 0
      qt/i2pd_qt/i2pd_qt_gui.cpp
  3. 4
      qt/i2pd_qt/i2pd_qt_gui.h

4
qt/i2pd_qt/DaemonQT.h

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
#ifndef DAEMONQT_H
#define DAEMONQT_H
#endif // DAEMONQT_H

0
qt/i2pd_qt/i2pd_qt_gui.cpp

4
qt/i2pd_qt/i2pd_qt_gui.h

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
#ifndef IQPD_QT_GUI_H
#define IQPD_QT_GUI_H
#endif // IQPD_QT_GUI_H
Loading…
Cancel
Save