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

List:       kde-commits
Subject:    branches/work/unity/WebKit/WebCore/platform/qt
From:       Rob Buis <buis () kde ! org>
Date:       2006-08-16 23:34:51
Message-ID: 1155771291.931455.30378.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 573673 by buis:

Implement setting of the window title.


 M  +3 -1      FrameQt.cpp  


--- branches/work/unity/WebKit/WebCore/platform/qt/FrameQt.cpp #573672:573673
@@ -214,7 +214,9 @@
 
 void FrameQt::setTitle(const String &title)
 {
-    notImplemented();
+    if(view() && view()->parentWidget())
+        view()->parentWidget()->setWindowTitle(QString(title.deprecatedString().unicode(),
+                                                       title.deprecatedString().length()));
 }
 
 Frame* FrameQt::createFrame(const KURL&, const String& name, RenderPart*, const String& referrer)
[prev in list] [next in list] [prev in thread] [next in thread] 

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