diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-07 17:09:53 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-07 17:09:53 +0100 |
commit | 0f11df2f16d30ed5edcd0db1f129078bd02338c5 (patch) | |
tree | e899a642fb194828905674adee17cde2d598884e /src/history.h | |
parent | New rekonq site (diff) | |
download | rekonq-0f11df2f16d30ed5edcd0db1f129078bd02338c5.tar.xz |
Removed setFocus from lineEdit->currentWebview so that people can switch
trough tabs with CTRL tabbing
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h index 4fac8cd6..f3813855 100644 --- a/src/history.h +++ b/src/history.h @@ -130,7 +130,7 @@ private: }; -// ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +// --------------------------------------------------------------------------------------------------------------------------------- class HistoryModel : public QAbstractTableModel |