Cleanups.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user