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

List:       kde-commits
Subject:    playground/libs/webkitkde
From:       Tom Albers <tomalbers () kde ! nl>
Date:       2009-04-15 21:26:51
Message-ID: 1239830811.013712.14928.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 954541 by toma:

Const++


 M  +1 -1      kdenetwork/knetworkaccessmanager.cpp  
 M  +1 -1      kdenetwork/knetworkaccessmanager.h  
 M  +1 -1      kdewebkit/kwebpage.cpp  
 M  +1 -1      kdewebkit/kwebpage.h  


--- trunk/playground/libs/webkitkde/kdenetwork/knetworkaccessmanager.cpp \
#954540:954541 @@ -55,7 +55,7 @@
     d->externalContentAllowed = allowed;
 }
 
-bool KNetworkAccessManager::externalContentAllowed()
+bool KNetworkAccessManager::externalContentAllowed() const
 {
     return d->externalContentAllowed;
 }
--- trunk/playground/libs/webkitkde/kdenetwork/knetworkaccessmanager.h #954540:954541
@@ -41,7 +41,7 @@
     KNetworkAccessManager(QObject *parent);
     virtual ~KNetworkAccessManager();
     void setExternalContentAllowed(bool allowed);
-    bool externalContentAllowed();
+    bool externalContentAllowed() const;
 
 protected:
     virtual QNetworkReply *createRequest(Operation op, const QNetworkRequest &req, \
                QIODevice *outgoingData = 0);
--- trunk/playground/libs/webkitkde/kdewebkit/kwebpage.cpp #954540:954541
@@ -175,7 +175,7 @@
     d->accessManager->setExternalContentAllowed(allow);
 }
 
-bool KWebPage::allowExternalContent()
+bool KWebPage::allowExternalContent() const
 {
     return d->accessManager->externalContentAllowed();
 }
--- trunk/playground/libs/webkitkde/kdewebkit/kwebpage.h #954540:954541
@@ -46,7 +46,7 @@
     /**
      * returns if external content is fetched, see setAllowExternalContent().
      */
-    bool allowExternalContent();
+    bool allowExternalContent() const;
 
 protected:
     virtual KWebPage *createWindow(WebWindowType type);


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

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