[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:32:02
Message-ID: 1239831122.802357.15308.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 954543 by toma:

prefix with "is"


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


--- trunk/playground/libs/webkitkde/kdenetwork/knetworkaccessmanager.cpp \
#954542:954543 @@ -55,7 +55,7 @@
     d->externalContentAllowed = allowed;
 }
 
-bool KNetworkAccessManager::externalContentAllowed() const
+bool KNetworkAccessManager::isExternalContentAllowed() const
 {
     return d->externalContentAllowed;
 }
--- trunk/playground/libs/webkitkde/kdenetwork/knetworkaccessmanager.h #954542:954543
@@ -41,7 +41,7 @@
     KNetworkAccessManager(QObject *parent);
     virtual ~KNetworkAccessManager();
     void setExternalContentAllowed(bool allowed);
-    bool externalContentAllowed() const;
+    bool isExternalContentAllowed() const;
 
 protected:
     virtual QNetworkReply *createRequest(Operation op, const QNetworkRequest &req, \
                QIODevice *outgoingData = 0);
--- trunk/playground/libs/webkitkde/kdewebkit/kwebpage.cpp #954542:954543
@@ -175,9 +175,9 @@
     d->accessManager->setExternalContentAllowed(allow);
 }
 
-bool KWebPage::allowExternalContent() const
+bool KWebPage::isExternalContentAllowed() const
 {
-    return d->accessManager->externalContentAllowed();
+    return d->accessManager->isExternalContentAllowed();
 }
 
 QString KWebPage::chooseFile(QWebFrame *frame, const QString &suggestedFile)
--- trunk/playground/libs/webkitkde/kdewebkit/kwebpage.h #954542:954543
@@ -46,7 +46,7 @@
     /**
      * returns if external content is fetched, see setAllowExternalContent().
      */
-    bool allowExternalContent() const;
+    bool isExternalContentAllowed() 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