2
0
mirror of synced 2025-02-07 12:14:38 +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)
{
}