7 lines
206 B
C++
Executable file
7 lines
206 B
C++
Executable file
// For license of this file, see <project-root-folder>/LICENSE.md.
|
|
|
|
#include "gui/searchtextwidget.h"
|
|
|
|
SearchTextWidget::SearchTextWidget(QWidget* parent) : QWidget(parent) {
|
|
m_ui.setupUi(this);
|
|
}
|