From 352168759ea96b35296eaf33790fbe073b69f69b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 5 Apr 2010 01:31:13 +0200 Subject: This commit is the first implementation of a new new new urlbar Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!) --- src/mainwindow.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 6701ea2e..85f14738 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -545,11 +545,6 @@ void MainWindow::setupPanels() void MainWindow::updateConfiguration() { - kDebug() << "======================================================================================================================"; - kDebug() << "======================================================================================================================"; - kDebug() << "======================================================================================================================"; - kDebug() << "======================================================================================================================"; - // ============== General ================== m_view->updateTabBar(); -- cgit v1.2.1