MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / RecordingThread

Class RecordingThread

gui/qt/mainwindow.h:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36#ifdef PNG_WRITE_APNG_SUPPORTED
37class RecordingThread : public QThread {
38 Q_OBJECT
39protected:
40 virtual void run() Q_DECL_OVERRIDE;
41public:
42 QString m_filename;
43 bool m_optimize;
44signals:
45 void done();
46};
47#endif
48
49namespace Ui { class MainWindow; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected