diff options
Diffstat (limited to 'src/fbgui.h')
| -rw-r--r-- | src/fbgui.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fbgui.h b/src/fbgui.h index 5a6f014..fdd4477 100644 --- a/src/fbgui.h +++ b/src/fbgui.h @@ -7,6 +7,10 @@ #define DEFAULT_URL "http://www.google.com" +extern QUrl baseURL; +extern QDir downloadDirectory; +extern bool debug; + class fbgui : public QMainWindow { Q_OBJECT @@ -16,8 +20,6 @@ public: public slots: void quit(); -private: - QApplication* _parent; }; #endif // FBGUI_H |
