~ubuntu-branches/ubuntu/precise/kde4libs/precise-updates

« back to all changes in this revision

Viewing changes to khtml/xml/dom_docimpl.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-06-23 22:35:43 UTC
  • mfrom: (1.14.18)
  • Revision ID: package-import@ubuntu.com-20120623223543-05eqew5wxa89mvve
Tags: 4:4.8.4a-0ubuntu0.1
* New upstream release. (LP: #1007798)
* Update symbol files.
* Cherry-pick two commits from the upstream KDE/4.8.x branch so that
  kdelibs works with soprano 2.7.
  - Add Revert_Always_rec-connect_if_forced.diff
  - Add Revert_disconnect_before_re-connecting.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
769
769
{
770
770
public:
771
771
    DocumentFragmentImpl(DocumentImpl *doc);
772
 
    DocumentFragmentImpl(const DocumentFragmentImpl &other);
773
772
 
774
773
    // DOM methods overridden from  parent classes
775
774
    virtual DOMString nodeName() const;