podcatcher_qt/inc/podcatcherwin.h
author mapo
Thu, 07 Oct 2010 12:37:16 +0200
branchpodcatcher_qt_symbian4
changeset 224 9db1c2928b15
parent 216 1f5e22508b46
child 235 f0b8582ef9ac
permissions -rw-r--r--
qmake pro file for engine. Not finished yet. // MAPO

#ifndef PODCATCHERWIN_H
#define PODCATCHERWIN_H

#include <QMainWindow>

namespace Ui {
    class PodcatcherWin;
}

class PodcatcherWin : public QMainWindow
{
    Q_OBJECT

public:
    explicit PodcatcherWin(QWidget *parent = 0);
    ~PodcatcherWin();

private:
    Ui::PodcatcherWin *ui;
};

#endif // PODCATCHERWIN_H