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