mirror of
https://github.com/status-im/StatusQ.git
synced 2026-08-31 02:01:08 +00:00
7 lines
79 B
C++
7 lines
79 B
C++
#include "handler.h"
|
|
|
|
Handler::Handler(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|