From 1d1a6867589a8e71755624e1e9d9e8b95a5a1156 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 19 Jul 2011 23:00:41 +0200 Subject: Calm down kDebug messages --- src/history/historymodels.cpp | 3 +-- src/history/historypanel.cpp | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/history') diff --git a/src/history/historymodels.cpp b/src/history/historymodels.cpp index c43a06d9..bddc34be 100644 --- a/src/history/historymodels.cpp +++ b/src/history/historymodels.cpp @@ -356,7 +356,6 @@ void HistoryFilterModel::load() const void HistoryFilterModel::sourceRowsInserted(const QModelIndex &parent, int start, int end) { - //Q_ASSERT(start == end && start == 0); Q_UNUSED(end); if(start != 0) @@ -420,7 +419,7 @@ bool HistoryFilterModel::removeRows(int row, int count, const QModelIndex &paren } -// ------------------------------------------------------------------------------------------------------------------------------------------- +// ---------------------------------------------------------------------------------------------------------- HistoryTreeModel::HistoryTreeModel(QAbstractItemModel *sourceModel, QObject *parent) diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp index d9a1afa9..e792783c 100644 --- a/src/history/historypanel.cpp +++ b/src/history/historypanel.cpp @@ -135,7 +135,6 @@ void HistoryPanel::openAll() void HistoryPanel::setup() { UrlPanel::setup(); - kDebug() << "History panel..."; panelTreeView()->header()->hideSection(1); -- cgit v1.2.1