Merge branch 'master' into laitiju
[situare] / src / ui / mainwindow.h
index c581563..e69de29 100644 (file)
@@ -1,51 +0,0 @@
-/*
-    Situare - A location system for Facebook
-    Copyright (C) 2010  Ixonos Plc. Authors:
-
-       Henri Lampela - henri.lampela@ixonos.com
-
-    Situare is free software; you can redistribute it and/or
-    modify it under the terms of the GNU General Public License
-    version 2 as published by the Free Software Foundation.
-
-    Situare is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with Situare; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
-    USA.
- */
-
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include <QtGui/QMainWindow>
-#include <QLabel>
-#include <QUrl>
-#include <QPixmap>
-#include <QWidget>
-#include "mapfetcher.h"
-
-class MainWindow : public QWidget
-{
-    Q_OBJECT
-
-public:
-    MainWindow(QWidget *parent = 0);
-    ~MainWindow();
-
-signals:
-    void fetchImage(const QUrl &url);
-
-public slots:
-    void debug();
-    void imageReceived(const QUrl &url, const QPixmap &image);
-
-private:
-    MapFetcher *mapFetcher;
-};
-
-#endif // MAINWINDOW_H