test_sdk/gui/config/gtl_gui_config_hw_widget.cpp

17 lines
245 B
C++
Raw Permalink Normal View History

#include "gtl_gui_config_hw_widget.h"
namespace gtl
{
namespace gui
{
namespace config
{
hw_widget::hw_widget(QWidget *parent)
: QWidget{parent}
{
}
}
}
}