Cradicle Explorer
desktop-ui-tests
Info
Issues
Patches
Wallets
Source
Source
base
.gitignore
.gitmodules
README.md
StatusQ
main.cpp
setup.cpp
setup.h
status-desktop
tests.qrc
tst_chatinfotoolbar.qml
tst_choose_chat_name_modal.qml
tst_get_started_modal.qml
tst_initialtest.qml
tst_profile_popup.qml
tst_status_button.qml
tst_status_chat_info_button.qml
tst_status_picker_button.qml
tst_status_round_button.qml
tst_status_switch.qml
tst_statusexpandableitem.qml
tst_statuslistitem.qml
ui-tests.pro
/
setup.cpp
setup.cpp
1
#include "setup.h"
2
3
Setup::Setup(QObject *parent) : QObject(parent)
4
{
5
6
}