mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
7 lines
79 B
C++
7 lines
79 B
C++
|
#include "handler.h"
|
||
|
|
||
|
Handler::Handler(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|