~ubuntu-branches/ubuntu/precise/kde-runtime/precise-proposed

« back to all changes in this revision

Viewing changes to nepomuk/services/storage/resourcemerger.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-03-30 21:36:32 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120330213632-xsvx5vu8qg50aui7
Tags: 4:4.8.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        Soprano::Node resolveUnmappedNode( const Soprano::Node& node );
75
75
 
76
76
        /// This modifies the list
77
 
        void resolveBlankNodesInList( QList<Soprano::Statement> *stList );
 
77
        void resolveBlankNodesInSet( QSet<Soprano::Statement> *stList );
78
78
 
79
79
        /**
80
80
         * Removes all the statements that already exist in the model
81
81
         * and adds them to m_duplicateStatements
82
82
         */
83
 
        void removeDuplicatesInList( QList<Soprano::Statement> *stList );
 
83
        void removeDuplicatesInList( QSet<Soprano::Statement> *stList );
84
84
        QMultiHash<QUrl, Soprano::Statement> m_duplicateStatements;
85
85
 
86
86
        QHash<QUrl, QUrl> m_mappings;