summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index 5552643..cc10f20 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -6,11 +6,6 @@
#include <QApplication>
#include <QSettings>
-//#include <getopt.h>
-//#include <limits.h>
-//#include <unistd.h>
-
-
void printUsage()
{
// Prints usage information.
@@ -27,11 +22,11 @@ void printUsage()
int main(int argc, char *argv[])
{
/* SETTINGS TEST */
- //CommandLineOptions clOptions(argc, argv);
+ CommandLineOptions clOptions(argc, argv);
// TODO: parse url arg from CommmandLineOptions object.
// hackfix for now...
- QUrl url(argv[4]);
+ QUrl url = QUrl(argv[4]);
QUrl defaultUrl = QUrl("http://132.230.4.3/webkitTest.html");
qDebug() << "URL given: " << url.toString();