summaryrefslogblamecommitdiffstats
path: root/src/fbgui.h
blob: 134581291b7957300a13db74bb71ee9afac40773 (plain) (tree)
1
2
3
4
5
6
7
8


               

                       
 

                            



                
                                    
                 




                       


                 
#ifndef FBGUI_H
#define FBGUI_H

#include <QtCore>
#include <QApplication>

class fbbrowser;
class fbgui : public QObject
{
	Q_OBJECT

public:
	fbgui(QApplication *parent);
	~fbgui();

private:
	fbbrowser* fbb;
	QUrl _url;

};

#endif // FBGUI_H