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