X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=SampleNavigationApp%2Fmainwindow.cpp;fp=SampleNavigationApp%2Fmainwindow.cpp;h=0000000000000000000000000000000000000000;hb=4f911d73e2a9a18c3d273b5deb3f1fc952ee68d2;hp=e79aeb84332c898643035d3f660cc736cce5f711;hpb=4088de47844451c7b331a612d41a0ec5fc7db53a;p=staging%2FHomeScreen.git diff --git a/SampleNavigationApp/mainwindow.cpp b/SampleNavigationApp/mainwindow.cpp deleted file mode 100644 index e79aeb8..0000000 --- a/SampleNavigationApp/mainwindow.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#include "mainwindow.h" -#include "ui_mainwindow.h" - -MainWindow::MainWindow(QWidget *parent) : - QMainWindow(parent), - ui(new Ui::MainWindow) -{ - // no window decoration - setWindowFlags(Qt::FramelessWindowHint); - - ui->setupUi(this); -} - -MainWindow::~MainWindow() -{ - delete ui; -}