rssguard/src/librssguard/gui/tabcontent.cpp
2023-08-23 09:08:40 +02:00

7 lines
201 B
C++

// For license of this file, see <project-root-folder>/LICENSE.md.
#include "gui/tabcontent.h"
TabContent::TabContent(QWidget* parent) : QWidget(parent), m_index(-1) {}
TabContent::~TabContent() {}