author | cniehaus <cniehaus> | 2003-05-02 09:16:28 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-05-02 09:16:28 (UTC) |
commit | e4d80a4839a97f2554e880a25ee32d0388371ef3 (patch) (unidiff) | |
tree | 281d697d5805aeb4a8ceff47b1cd634debe4c538 | |
parent | 49dfb55bd22f5027fcbcbc55648efd4bce6c8fd6 (diff) | |
download | opie-e4d80a4839a97f2554e880a25ee32d0388371ef3.zip opie-e4d80a4839a97f2554e880a25ee32d0388371ef3.tar.gz opie-e4d80a4839a97f2554e880a25ee32d0388371ef3.tar.bz2 |
linebreak works :)
-rw-r--r-- | noncore/apps/odict/dingwidget.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/noncore/apps/odict/dingwidget.cpp b/noncore/apps/odict/dingwidget.cpp index f012333..4be6e71 100644 --- a/noncore/apps/odict/dingwidget.cpp +++ b/noncore/apps/odict/dingwidget.cpp | |||
@@ -120,4 +120,3 @@ BroswerContent DingWidget::parseInfo() | |||
120 | QStringList toplist, bottomlist; | 120 | QStringList toplist, bottomlist; |
121 | //QString substitute = "<strong>"+queryword+"</strong>"; | 121 | QString substitute = "<strong>"+queryword+"</strong>"; |
122 | QString substitute = queryword; | ||
123 | 122 | ||
@@ -144,4 +143,4 @@ BroswerContent DingWidget::parseInfo() | |||
144 | 143 | ||
145 | s_strings.top = toplist.join( "\n" ); | 144 | s_strings.top = toplist.join( "<br>" ); |
146 | s_strings.bottom = bottomlist.join( "\n" ); | 145 | s_strings.bottom = bottomlist.join( "<br>" ); |
147 | 146 | ||