/****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH * This file may be used under the terms of the 3-clause BSD License *****************************************************************************/ #ifndef MYDEVICES_H #define MYDEVICES_H #include "Box.h" class MyDevices : public Box { public: MyDevices( QQuickItem* parent ); }; #endif // MYDEVICES_H