diff options
Diffstat (limited to 'qpsxserial.h')
| -rw-r--r-- | qpsxserial.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpsxserial.h b/qpsxserial.h index 21050a5..eb2b9d5 100644 --- a/qpsxserial.h +++ b/qpsxserial.h @@ -65,6 +65,9 @@ private: QTimer lost_packet_timer; QStringList _paramlist; bool disable_psx_stdout; + int packet_sz; + int version; + bool dump; public slots: void cli_run(void); |
