diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:18:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:18:45 +0200 |
commit | 1cb0ff22c8d9f29bb3a0aee2b1b673efb1d556d6 (patch) | |
tree | c08b50a6c7512fc42a4dd913be44badd9ff03202 /src/historymodels.h | |
parent | Some "stupid" toolbars fixes (diff) | |
parent | Modified rekonq behaviour: (diff) | |
download | rekonq-1cb0ff22c8d9f29bb3a0aee2b1b673efb1d556d6.tar.xz |
Merge branch 'HomePage'
Diffstat (limited to 'src/historymodels.h')
-rw-r--r-- | src/historymodels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/historymodels.h b/src/historymodels.h index d6a04826..22a7bccd 100644 --- a/src/historymodels.h +++ b/src/historymodels.h @@ -236,6 +236,7 @@ private: * A modified QSortFilterProxyModel that always accepts * the root nodes in the tree * so filtering is only done on the children. + * * Used in the HistoryDialog. * */ |