mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-11 20:52:56 -05:00
Cleanup MainWindow includes and destructor
This commit is contained in:
@@ -8,11 +8,9 @@
|
||||
|
||||
#include <QFormLayout>
|
||||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
#include <QPushButton>
|
||||
#include <QStatusBar>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
#include "slideview.hpp"
|
||||
#include "mainwindow.hpp"
|
||||
@@ -80,9 +78,6 @@ MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) {
|
||||
refreshStatusBar();
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow() {
|
||||
}
|
||||
|
||||
void MainWindow::openLpConnectionInit() {
|
||||
disconnect(&m_openlpClient, &OpenLPClient::pollUpdate, this, &MainWindow::openLpConnectionInit);
|
||||
connect(&m_openlpClient, &OpenLPClient::pollFailed, this, &MainWindow::openLpConnectionLost);
|
||||
|
Reference in New Issue
Block a user