summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-06 13:21:29 +0100
committerJonathan Bauer2011-03-06 13:21:29 +0100
commitc5817c4b004f3b63140c47030c58b9f2c15b9e44 (patch)
tree23094f3daa71fcb822b15d1e41f12d1966eb10c6 /src/fbgui.cpp
parentchanged fbbrowser subclass (diff)
downloadfbgui-c5817c4b004f3b63140c47030c58b9f2c15b9e44.tar.gz
fbgui-c5817c4b004f3b63140c47030c58b9f2c15b9e44.tar.xz
fbgui-c5817c4b004f3b63140c47030c58b9f2c15b9e44.zip
jsobject member renaming
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index 03de3b5..7a58817 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -7,7 +7,6 @@
void fbgui::setUrl(QUrl& url)
{
- qDebug() << "Set URL to: " << url.toString();
this->_url=url;
}
@@ -15,7 +14,6 @@ void fbgui::startBrowser()
{
_fbb = new fbbrowser(_url);
QObject::connect(_fbb, SIGNAL(killApp()), this->parent(), SLOT(quit()));
- //_fbb->show();
}
fbgui::fbgui()