Cosmetics and some commenting.
This commit is contained in:
@@ -78,7 +78,7 @@ protected:
|
||||
// Wir brauchen eine Verbindung zwischen den Views
|
||||
// und dem Device, das sie darstellen.
|
||||
|
||||
using BCDevicePanels = QMap<BCDevice::ID, BCDevicePanel*>;
|
||||
using BCDevicePanels = QHash<BCDevice::ID, BCDevicePanel*>;
|
||||
BCDevicePanels _devicePanels;
|
||||
BCDevicePanel* _currentPanel{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user