Cleanup formatting

This commit is contained in:
2021-07-29 02:47:40 -05:00
parent db22459f46
commit a6ecc22d78
5 changed files with 25 additions and 24 deletions

View File

@@ -18,17 +18,17 @@
class MainWindow: public QMainWindow {
Q_OBJECT
private:
OBSClient m_obsClient;
private:
OBSClient m_obsClient;
OpenLPClient m_openlpClient;
bool m_openLpConnected = false;
bool m_obsConnected = false;
public:
public:
explicit MainWindow(QWidget *parent = nullptr);
~MainWindow() override = default;
private slots:
private slots:
void openLpConnectionInit();
void openLpConnectionLost();