diff options
| author | Jonathan Bauer | 2011-03-05 23:07:17 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-05 23:07:17 +0100 |
| commit | b8a27aee192e3ad06eeb8fd3dcf1e525a88bc115 (patch) | |
| tree | fd8fdfc478b7a672b0398eabff0e579258acd099 /src/fbgui.cpp | |
| parent | more random things... (diff) | |
| download | fbgui-b8a27aee192e3ad06eeb8fd3dcf1e525a88bc115.tar.gz fbgui-b8a27aee192e3ad06eeb8fd3dcf1e525a88bc115.tar.xz fbgui-b8a27aee192e3ad06eeb8fd3dcf1e525a88bc115.zip | |
url short option fixed
Diffstat (limited to 'src/fbgui.cpp')
| -rw-r--r-- | src/fbgui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp index 57df27b..d7fc65e 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -49,7 +49,6 @@ int main(int argc, char *argv[]) } // Check if URL was given at cmdline argument, if not set default. - // TODO: fix short options parsing, doesn't work atm. QUrl url; if (clOptions.contains("url")) url = clOptions.value("url"); |
