diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-25 02:38:01 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-25 02:38:01 +0200 |
commit | 2b0ab580b3eb16900228375908581254327d7ad7 (patch) | |
tree | 269e621b2dbf702121e7f7a41716346a6e6b8aa6 /src/history.cpp | |
parent | Updated TODO (diff) | |
download | rekonq-2b0ab580b3eb16900228375908581254327d7ad7.tar.xz |
Fixing history menu
Diffstat (limited to 'src/history.cpp')
-rw-r--r-- | src/history.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/history.cpp b/src/history.cpp index d67e65d0..3c63cb4e 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -1330,4 +1330,3 @@ void HistoryTreeModel::sourceRowsRemoved(const QModelIndex &parent, int start, i endRemoveRows(); } } - |