2
0
mirror of synced 2025-01-09 13:56:19 +00:00
status-qml/sandbox/handler.cpp
2021-05-05 07:55:43 +02:00

7 lines
79 B
C++

#include "handler.h"
Handler::Handler(QObject *parent) : QObject(parent)
{
}