summaryrefslogtreecommitdiff
path: root/src/history
diff options
context:
space:
mode:
Diffstat (limited to 'src/history')
-rw-r--r--src/history/historymodels.cpp3
-rw-r--r--src/history/historypanel.cpp1
2 files changed, 1 insertions, 3 deletions
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);