7 lines
111 B
C++
7 lines
111 B
C++
|
#include "../headers/linbostartpage.h"
|
||
|
|
||
|
linboStartPage::linboStartPage(QWidget *parent) : QWidget(parent)
|
||
|
{
|
||
|
|
||
|
}
|