gstreamer_test_apps/QtGSTPlayer/views.h
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:24:58 +0100
branchGCC_SURGE
changeset 12 fae53e47b8b4
parent 9 2a0f36a70380
permissions -rw-r--r--
Branch for GCC_SURGE fixes

#ifndef VIEWS_H
#define VIEWS_H

class HbView;
//class HbFormView;
class HbMainWindow;

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

#endif // VIEWS_H