mirror of
https://github.com/status-im/desktop-ui-tests.git
synced 2025-01-27 13:05:29 +00:00
7 lines
73 B
C++
7 lines
73 B
C++
#include "setup.h"
|
|
|
|
Setup::Setup(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|