kima2/src/gui/mainwindow.cpp

6 lines
75 B
C++

#include "mainwindow.h"
MainWindow::MainWindow()
{
ui.setupUi(this);
}