rssguard/src/librssguard/services/abstract/gui/accountdetails.cpp
Martin Rotter b6269bf0e6 fixed #824
2023-11-10 13:03:43 +01:00

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);
}