aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/mainwindow.cpp
blob: ec0bd080f675fb049e944f2812fd0fcec7f8e7cb (plain) (blame)
1
2
3
4
5
6
#include "mainwindow.h"

MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
{

}