summaryrefslogblamecommitdiffstats
path: root/src/fbgui.h
blob: ed773cdb18df4aac6616a5863a4c74b758a33737 (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 QString downloadPath;
extern QUrl baseURL;
extern bool debug;

class fbgui : public QMainWindow
{
	Q_OBJECT

public:
	fbgui(QApplication *parent);

};

#endif // FBGUI_H