gstreamer_test_apps/QtGSTPlayer/views.h
author hgs
Fri, 06 Aug 2010 16:36:50 -0500
changeset 26 69c7080681bf
parent 18 5824eee55f42
permissions -rw-r--r--
201031

#ifndef VIEWS_H
#define VIEWS_H

class HbView;
//class HbFormView;
class HbMainWindow;

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

#endif // VIEWS_H