QtGSTPlayer/views.h
author hgs
Wed, 24 Mar 2010 18:04:17 -0500
changeset 16 8e837d1bf446
permissions -rw-r--r--
201009

#ifndef VIEWS_H
#define VIEWS_H

class HbView;
//class HbFormView;
class HbMainWindow;

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

#endif // VIEWS_H