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


               
                 

                      
 
                                           
 
                       



                              
                                



                
                                    
 

                    


                 
#ifndef FBGUI_H
#define FBGUI_H

#include <QtCore>
#include <QMainWindow>
#include <QtWebKit>

#define DEFAULT_URL "http://www.google.com"

extern QString binPath;
extern QUrl baseURL;
extern QDir downloadDirectory;
extern bool debug;

class fbgui : public QMainWindow
{
	Q_OBJECT

public:
	fbgui(QApplication *parent);

public slots:
	void quit();
};

#endif // FBGUI_H