diff options
| author | Jonathan Bauer | 2011-03-05 16:09:54 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-05 16:09:54 +0100 |
| commit | cf9609c876318f0c27914a723af915a9acfdbcc3 (patch) | |
| tree | fcf2b5477835528b00c7ba3cacd7cd240ae57e86 /src/fbbrowser.cpp | |
| parent | webkitTest.html: resetting of progress bar when download finishes. (diff) | |
| download | fbgui-cf9609c876318f0c27914a723af915a9acfdbcc3.tar.gz fbgui-cf9609c876318f0c27914a723af915a9acfdbcc3.tar.xz fbgui-cf9609c876318f0c27914a723af915a9acfdbcc3.zip | |
Command line options parsing moved to its own class, in preparation for Settings
Diffstat (limited to 'src/fbbrowser.cpp')
| -rw-r--r-- | src/fbbrowser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fbbrowser.cpp b/src/fbbrowser.cpp index 2b8bc7a..853030a 100644 --- a/src/fbbrowser.cpp +++ b/src/fbbrowser.cpp @@ -2,6 +2,7 @@ #include "JSObject.h" #include "DownloadManager.h" + #include <QFile> #include <QFileInfo> #include <QtWebKit> |
