renamed the src into simplexbmcremote-0.8.1 to simplify package building
[simple-xmbc-rem] / src / mainwindow.h
diff --git a/src/mainwindow.h b/src/mainwindow.h
deleted file mode 100644 (file)
index 383c83d..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-// checksum 0x9a77 version 0x20001
-/*
-  This file was generated by the Mobile Qt Application wizard of Qt Creator.
-  MainWindow is a convenience class containing mobile device specific code
-  such as screen orientation handling.
-  It is recommended not to modify this file, since newer versions of Qt Creator
-  may offer an updated version of it.
-*/
-
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include <QMainWindow>
-
-#include "xbmc.h"
-
-namespace Ui {
-    class MainWindow;
-}
-
-class MainWindow : public QMainWindow
-{
-    Q_OBJECT
-public:
-    enum ScreenOrientation {
-        ScreenOrientationLockPortrait,
-        ScreenOrientationLockLandscape,
-        ScreenOrientationAuto
-    };
-
-    explicit MainWindow(QWidget *parent = 0);
-    virtual ~MainWindow();
-
-    void setOrientation(ScreenOrientation orientation);
-    void showExpanded();
-
-private slots:
-    void on_actionSetup_triggered();
-
-    void on_rightBtn_clicked();
-    void on_leftBtn_clicked();
-    void on_upBtn_clicked();
-    void on_downBtn_clicked();
-    void on_selectButton_clicked();
-
-    void on_playBtn_clicked();
-    void on_stopBtn_clicked();
-
-    void on_muteBtn_clicked();
-    void on_volumeUpBtn_clicked();
-    void on_volumeDownBtn_clicked();
-
-    void on_nextSubtitleBtn_clicked();
-    void on_nextLanguageBtn_clicked();
-
-private:
-    Ui::MainWindow *m_ui;
-    Xbmc* m_xbmc;
-};
-
-#endif // MAINWINDOW_H