gstreamer_test_apps/QtGSTPlayer/views.h
author hgs
Tue, 21 Sep 2010 11:28:48 -0500
changeset 34 1b8125c02661
parent 18 5824eee55f42
permissions -rw-r--r--
201037

#ifndef VIEWS_H
#define VIEWS_H

class HbView;
//class HbFormView;
class HbMainWindow;

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

#endif // VIEWS_H