mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-11 15:02:55 -05:00
Cleanup MainWindow includes and destructor
This commit is contained in:
@@ -25,8 +25,8 @@ class MainWindow: public QMainWindow {
|
||||
bool m_obsConnected = false;
|
||||
|
||||
public:
|
||||
MainWindow(QWidget *parent = nullptr);
|
||||
~MainWindow();
|
||||
explicit MainWindow(QWidget *parent = nullptr);
|
||||
~MainWindow() override = default;
|
||||
|
||||
private slots:
|
||||
void openLpConnectionInit();
|
||||
|
Reference in New Issue
Block a user