rssguard/src/gui/tabcontent.cpp
2017-10-25 07:20:47 +02:00

7 lines
201 B
C++
Executable file

// 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() {}