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