7 lines
79 B
C++
7 lines
79 B
C++
|
#include "handler.h"
|
||
|
|
||
|
Handler::Handler(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|