Files
StatusQ/sandbox/handler.cpp

7 lines
79 B
C++
Raw Permalink Normal View History

2021-05-04 21:31:15 +03:00
#include "handler.h"
Handler::Handler(QObject *parent) : QObject(parent)
{
}