// For license of this file, see /LICENSE.md. #include "services/abstract/gui/accountdetails.h" AccountDetails::AccountDetails(QWidget* parent) : QWidget(parent) { m_ui.setupUi(this); }