diff options
| author | Jonathan Bauer | 2011-03-08 12:28:29 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-08 12:28:29 +0100 |
| commit | c0688eb6df802deb9cb56c2822391a67be5ab7cf (patch) | |
| tree | cf1ed529ca165f9dfb9377ef30086dd6c05f9b78 /src/fbgui.cpp | |
| parent | . (diff) | |
| download | fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.tar.gz fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.tar.xz fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.zip | |
first fixes
Diffstat (limited to 'src/fbgui.cpp')
| -rw-r--r-- | src/fbgui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp index da72c21..f3fd320 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -8,6 +8,7 @@ #include <QtWebKit> #include <QApplication> + QUrl baseURL(DEFAULT_URL); QDir downloadDirectory("./downloads/"); bool debug = false; |
