Just removed the welcome file. (Btw, Thanks)
[slock] / src / mainwindow.cpp
1 #include "mainwindow.h"
2
3 #include <QDebug>
4
5 MainWindow::MainWindow(QWidget *parent)
6     : QMainWindow(parent)
7 {
8 #ifdef MAEMO
9     showFullScreen();
10 #endif
11     qDebug() << "Trying to grab all inputs.";
12 }
13
14 MainWindow::~MainWindow()
15 {
16
17 }