7 lines
218 B
C++
7 lines
218 B
C++
// For license of this file, see <project-root-folder>/LICENSE.md.
|
|
|
|
#include "services/abstract/gui/accountdetails.h"
|
|
|
|
AccountDetails::AccountDetails(QWidget* parent) : QWidget(parent) {
|
|
m_ui.setupUi(this);
|
|
}
|