gstreamer_test_apps/QtGSTPlayer/views.h
author hgs
Fri, 14 May 2010 18:43:44 -0500
changeset 20 7e3786c5ed27
parent 18 5824eee55f42
permissions -rw-r--r--
201019

#ifndef VIEWS_H
#define VIEWS_H

class HbView;
//class HbFormView;
class HbMainWindow;

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

#endif // VIEWS_H