diff options
author | Pierre Rossi <pierre.rossi@gmail.com> | 2010-09-17 17:14:04 +0200 |
---|---|---|
committer | Pierre Rossi <pierre.rossi@gmail.com> | 2010-10-08 22:45:17 +0200 |
commit | 79b98452cb17a595cbe04f166a95c7ac38594e2b (patch) | |
tree | 802320bc6b8194400e509578300760b2aeb61537 /src/urlbar/listitem.h | |
parent | Prompt user before restoring session after a crash. (diff) | |
download | rekonq-79b98452cb17a595cbe04f166a95c7ac38594e2b.tar.xz |
Fix multiple word highlighting.
This time it works even with 'b' coming after some <b> or </b>
have been inserted and with substrings, which would cause the
following:
<b>String_containing_<b>substring</b></b>
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r-- | src/urlbar/listitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index be5a2569..975c3724 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -115,7 +115,7 @@ public: // ------------------------------------------------------------------------- -class TextLabel : public QLabel +class REKONQ_TESTS_EXPORT TextLabel : public QLabel { Q_OBJECT |