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

List:       kde-commits
Subject:    playground/libs/webkitkde
From:       Simon Hausmann <hausmann () kde ! org>
Date:       2007-05-21 12:00:44
Message-ID: 1179748844.755758.28615.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 666968 by hausmann:

Implemented closeUrl().


 M  +6 -0      webkitpart.cpp  
 M  +1 -0      webkitpart.h  


--- trunk/playground/libs/webkitkde/webkitpart.cpp #666967:666968
@@ -53,6 +53,12 @@
     return true;
 }
 
+bool WebKitPart::closeUrl()
+{
+    webPage->stop();
+    return true;
+}
+
 bool WebKitPart::openFile()
 {
     // never reached
--- trunk/playground/libs/webkitkde/webkitpart.h #666967:666968
@@ -37,6 +37,7 @@
     WebKitPart(QWidget *parentWidget, QObject *parent, const QStringList &/*args*/);
 
     virtual bool openUrl(const KUrl &url);
+    virtual bool closeUrl();
 
     static KAboutData *createAboutData();
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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