diff --git a/mainwindow.h b/mainwindow.h --- a/mainwindow.h +++ b/mainwindow.h @@ -35,6 +35,7 @@ #include #include "portcontrol.h" +#include "commandpanel.h" #include "ui_about_dialog.h" #include "framebuffer.h" #include "snapshotmanager.h" @@ -100,6 +101,8 @@ private: unsigned int sampleCount; QTimer spsTimer; + CommandPanel commandPanel; + SnapshotManager snapshotMan; // demo