X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fmultilineedit.h;h=899cc07eb6e65d4b6a4d87fdc1368137085e5cc9;hb=a28b9907d709b394c66d0f4740299efef3673fdf;hp=d02c6cf66b9f581eba3161174b34ddbeb1cc7494;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/uisupport/multilineedit.h b/src/uisupport/multilineedit.h index d02c6cf6..899cc07e 100644 --- a/src/uisupport/multilineedit.h +++ b/src/uisupport/multilineedit.h @@ -81,9 +81,7 @@ public slots: void setScrollBarsEnabled(bool enable = true); void setSpellCheckEnabled(bool enable = true); void setPasteProtectionEnabled(bool enable = true, QWidget *msgBoxParent = 0); - - // Note: Enabling wrap will make isSingleLine() not work correctly, so only use this if minHeight() > 1! - void setWordWrapEnabled(bool enable = true); + void setLineWrapEnabled(bool enable = false); inline void setHistory(QStringList history) { _history = history; } inline void setTempHistory(QHash tempHistory) { _tempHistory = tempHistory; }