MCPcopy Create free account
hub / github.com/QNapi/qnapi / QNapiThread

Class QNapiThread

gui/src/qnapithread.h:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <QThread>
19
20class QNapiThread : public QThread {
21 Q_OBJECT
22 public:
23 QNapiThread() : abort(false) {}
24 void requestAbort() { abort = true; }
25
26 protected:
27 bool abort;
28};
29
30#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected