QtGSTPlayer/views.h
author hgs
Fri, 30 Apr 2010 19:11:56 -0500
changeset 19 24ed0baaf8e5
parent 16 8e837d1bf446
permissions -rw-r--r--
201017

#ifndef VIEWS_H
#define VIEWS_H

class HbView;
//class HbFormView;
class HbMainWindow;

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

#endif // VIEWS_H