squawk/ui/omemo/omemodevices.cpp

14 lines
259 B
C++
Raw Normal View History

2021-05-12 07:05:17 +00:00
/*
* Created by victoria on 2021-05-12.
*/
#include "omemodevices.h"
#include "ui_omemodevices.h"
OMEMODevices::OMEMODevices(QWidget *parent)
: QDialog(parent), m_ui(new Ui::OMEMODevices()) {
m_ui->setupUi(this);
}
OMEMODevices::~OMEMODevices() {}