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