Cleanups.

This commit is contained in:
2025-12-31 16:30:03 +01:00
parent ce207b7146
commit d0476f8d6f
9 changed files with 163 additions and 66 deletions

View File

@@ -36,7 +36,7 @@
#include <QMainWindow>
#include <ui_bcmainwindow.h>
#include <bcdatamanager.h>
#include <bcxmlloader.h>
class BCDeviceView;
@@ -55,8 +55,6 @@ public slots:
//void onValueListReady( BCDevice::ID deviceID );
void onShowDevicePanel( BCDevice::ID deviceID );
void onActionButtonTriggered( bool checked);
void onActionButtonToggled( bool checked);
void onConnectButtonToggled(bool active );
// Slots für Rückmeldungen vom Runner
@@ -74,7 +72,7 @@ protected:
void initMainWindow();
BCDataManager _dataManager;
BCXmlLoader _dataManager;
// Wir brauchen eine Verbindung zwischen den Views
// und dem Device, das sie darstellen.