11 lines
153 B
C++
11 lines
153 B
C++
|
#include "commands.h"
|
||
|
|
||
|
Commands::Commands(const W::Address& address, QObject* parent):
|
||
|
C::Vocabulary(address, parent)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
Commands::~Commands()
|
||
|
{
|
||
|
}
|