6 lines
171 B
C++
6 lines
171 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) {}
|