[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.6/kdeplasma-addons/applets/notes
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2011-01-14 19:16:56
Message-ID: 20110114191656.EC6D3AC8B3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1214474 by aseigo:

let QTextEdit decide what sort of content it is
CCBUG:263104


 M  +1 -1      notes.cpp  


--- branches/KDE/4.6/kdeplasma-addons/applets/notes/notes.cpp #1214473:1214474
@@ -306,7 +306,7 @@
 
         if (f.open(QIODevice::ReadOnly)) {
             QTextStream t(&f);
-            m_textEdit->nativeWidget()->setHtml(t.readAll());
+            m_textEdit->nativeWidget()->setText(t.readAll());
             f.close();
         }
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic