diff options
Diffstat (limited to 'src/fbgui.cpp')
| -rw-r--r-- | src/fbgui.cpp | 2 |
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() |
