Commit Graph

2 Commits

Author SHA1 Message Date
Mike Burns 0506f24a0a Include the code that we need
- `cin` and `cout` require iostream.
- `QT_VERSION` requires QtGlobal.
- `QSocketNotifier` requires QSocketNotifier.
- Unrelated to includes: let Qt figure out the spec.

Found by Jeremy Evans on behalf of the OpenBSD project.
2015-03-27 16:17:44 -04:00
Matthew Horan ae862d695b Simplify shutdown logic for Connection
* Use a QSocketNotifier listening to stdin to determine when the parent
  process has detached.
2014-07-02 12:14:16 -04:00