kima2/src/gui/mainwindow.cpp

6 lines
75 B
C++
Raw Normal View History

2018-07-14 14:03:35 +02:00
#include "mainwindow.h"
MainWindow::MainWindow()
{
ui.setupUi(this);
}