[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Konversation] 32c71fc: Cleanup.
From:       Eike Hein <hein () kde ! org>
Date:       2010-08-02 4:21:45
Message-ID: 20100802042145.470D0B38BE1 () projects ! kde ! org
[Download RAW message or body]

commit 32c71fc3fd90e00fa7c036eb723631ad31667a46
Author: Eike Hein <hein@kde.org>
Date:   Mon Aug 2 06:22:13 2010 +0200

    Cleanup.

diff --git a/ChangeLog b/ChangeLog
index 489bf13..9d1db1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,7 +83,7 @@ Changes since 1.3.1:
     along the left edge of list entries.
   - An unnecessary margin around the toolbar and the search line edit has
     been removed.
-  - Fixed a bug causing the URL Catcher tab to claim to be elibile to re-
+  - Fixed a bug causing the URL Catcher tab to claim to be eligible to re-
     ceive chat text messages that have the frontmost eligible tab as their
     recipient despite it not actually possessing the means to display them,
     resulting in a crash when such a message occured.
diff --git a/src/application.cpp b/src/application.cpp
index b744a43..b5c1f88 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -988,9 +988,6 @@ void Application::storeUrl(const QString& origin, const QString& newUrl, const Q
 
     url = url.replace("&amp;", "&");
 
-    QTime time;
-    time.start();
-
     QList<QStandardItem*> existing = m_urlModel->findItems(url, Qt::MatchExactly, 1);
 
     QStandardItem* item;
@@ -1001,8 +998,6 @@ void Application::storeUrl(const QString& origin, const QString& newUrl, const Q
             m_urlModel->removeRow(item->row());
     }
 
-    kDebug() << "Elimination took:" << time.elapsed();
-
     m_urlModel->insertRow(0);
     m_urlModel->setData(m_urlModel->index(0, 0), origin, Qt::DisplayRole);
     m_urlModel->setData(m_urlModel->index(0, 1), url, Qt::DisplayRole);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic