radio/roboute/models/commands.cpp

11 lines
153 B
C++
Raw Permalink Normal View History

2018-08-04 21:46:25 +00:00
#include "commands.h"
Commands::Commands(const W::Address& address, QObject* parent):
C::Vocabulary(address, parent)
{
}
Commands::~Commands()
{
}