2021-06-04 11:55:10 +02:00

18 lines
446 B
C++

/******************************************************************************
* 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