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

List:       kde-commits
Subject:    [Soprano] bb222e0: Revert my last change. Unfortunately it breaks the
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2010-10-26 12:01:01
Message-ID: 20101026120101.74CA0A630A () git ! kde ! org
[Download RAW message or body]

commit bb222e0f3b85b6cc11e1f4a9c2cc626ba60887c9
branch 2.2
Author: Andreas Pakulat <apaku@gmx.de>
Date:   Thu Sep 25 11:10:20 2008 +0000

    Revert my last change. Unfortunately it breaks the build and I don't see
    a different way of fixing it. Seems like a new major version of soprano
    will be needed when kde depends on Qt4.5
    
    svn path=/trunk/kdesupport/soprano/; revision=864646

diff --git a/index/cluceneindex.cpp b/index/cluceneindex.cpp
index 8dd9537..e3b7dd4 100644
--- a/index/cluceneindex.cpp
+++ b/index/cluceneindex.cpp
@@ -46,11 +46,6 @@ uint Soprano::qHash( const Soprano::Node& node )
     return qHash( node.toString() );
 }
 
-uint qHash( const Soprano::Node& node )
-{
-    return qHash( node.toString() );
-}
-
 class Soprano::Index::CLuceneIndex::Private
 {
 public:
diff --git a/index/cluceneindex.h b/index/cluceneindex.h
index 78a3ce5..21692cb 100644
--- a/index/cluceneindex.h
+++ b/index/cluceneindex.h
@@ -263,6 +263,4 @@ namespace Soprano {
     uint qHash( const Soprano::Node& node );
 }
 
-uint qHash( const Soprano::Node& node );
-
 #endif
diff --git a/soprano/inference/inferencemodel.cpp \
b/soprano/inference/inferencemodel.cpp index da0eca5..3d0a22b 100644
--- a/soprano/inference/inferencemodel.cpp
+++ b/soprano/inference/inferencemodel.cpp
@@ -69,10 +69,6 @@ uint Soprano::qHash( const Soprano::Node& node )
 {
     return qHash( node.toString() );
 }
-uint qHash( const Soprano::Node& node )
-{
-    return qHash( node.toString() );
-}
 
 // -----------------------------------------------------------------------------------------------------------------------
  
diff --git a/soprano/inference/inferencemodel.h b/soprano/inference/inferencemodel.h
index e6f084b..0e095ee 100644
--- a/soprano/inference/inferencemodel.h
+++ b/soprano/inference/inferencemodel.h
@@ -200,6 +200,4 @@ namespace Soprano {
     uint qHash( const Soprano::Node& node );
 }
 
-uint qHash( const Soprano::Node& node );
-
 #endif


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

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