2
0
mirror of synced 2025-01-10 14:26:28 +00:00
status-qml/sandbox/handler.cpp

7 lines
79 B
C++
Raw Normal View History

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