gstreamer_test_apps/QtGSTPlayer/views.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 20:43:20 +0300
changeset 31 aec498aab1d3
parent 9 2a0f36a70380
permissions -rw-r--r--
Revision: 201033 Kit: 201035

#ifndef VIEWS_H
#define VIEWS_H

class HbView;
//class HbFormView;
class HbMainWindow;

namespace Views
{
    extern HbMainWindow *win;
    HbView *folderView();
    //HbFormView *settingsView();
}

#endif // VIEWS_H