summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextedit.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-11 05:57:50 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-11 05:57:50 (GMT)
commitb3526f5edf6425289ef2aa5c8adfc89892817ac0 (patch)
tree6291a50711e80dbe7037f52d71f538b1a5410741 /src/declarative/fx/qfxtextedit.cpp
parent7f22443b3cb6cd56a906dbb6edb0c2f7a1314887 (diff)
parent692931ae2fec4fa8fc4ebcbcff20c952d6319536 (diff)
downloadQt-b3526f5edf6425289ef2aa5c8adfc89892817ac0.zip
Qt-b3526f5edf6425289ef2aa5c8adfc89892817ac0.tar.gz
Qt-b3526f5edf6425289ef2aa5c8adfc89892817ac0.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/fx/qfxtextedit.cpp')
-rw-r--r--src/declarative/fx/qfxtextedit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxtextedit.cpp b/src/declarative/fx/qfxtextedit.cpp
index fb46a0e..74c9b5b 100644
--- a/src/declarative/fx/qfxtextedit.cpp
+++ b/src/declarative/fx/qfxtextedit.cpp
@@ -851,7 +851,6 @@ void QFxTextEditPrivate::updateDefaultTextOption()
QTextOption::WrapMode oldWrapMode = opt.wrapMode();
-qDebug() << "wrap mode is" << opt.wrapMode();
if (wrap)
opt.setWrapMode(QTextOption::WordWrap);
else
@@ -859,7 +858,6 @@ qDebug() << "wrap mode is" << opt.wrapMode();
if (oldWrapMode == opt.wrapMode() && oldAlignment == opt.alignment())
return;
-qDebug() << "wrap mode set to" << opt.wrapMode();
document->setDefaultTextOption(opt);
}