summaryrefslogtreecommitdiffstats
path: root/deskutils/kdepimlibs4/files/patch-git_b886894
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kdepimlibs4/files/patch-git_b886894')
-rw-r--r--deskutils/kdepimlibs4/files/patch-git_b88689432
1 files changed, 0 insertions, 32 deletions
diff --git a/deskutils/kdepimlibs4/files/patch-git_b886894 b/deskutils/kdepimlibs4/files/patch-git_b886894
deleted file mode 100644
index 5f31308..0000000
--- a/deskutils/kdepimlibs4/files/patch-git_b886894
+++ /dev/null
@@ -1,32 +0,0 @@
-commit b886894bd1afc515947c24883169d0a5107a86d5
-Author: Till Adam <till@kdab.com>
-Date: Fri Sep 9 20:29:39 2011 +0200
-
- Disambiguations necessary for building with clang.
-
-diff --git a/kcal/listbase.h b/kcal/listbase.h
-index c246cc0..80acc23 100644
---- kcal/listbase.h
-+++ kcal/listbase.h
-@@ -115,7 +115,7 @@ class ListBase : public QList<T *>
- */
- bool removeRef( T *t )
- {
-- if ( !contains( t ) ) {
-+ if ( !this->contains( t ) ) {
- return false;
- } else {
- if ( mAutoDelete ) {
-diff --git a/kmime/kautodeletehash.h b/kmime/kautodeletehash.h
-index 2e24c3a..67cb1dd 100644
---- kmime/kautodeletehash.h
-+++ kmime/kautodeletehash.h
-@@ -64,7 +64,7 @@ public:
- */
- ~KAutoDeleteHash() { while ( ! QHash<Key, T *>::isEmpty() ) {
- T *value = *QHash<Key, T *>::begin();
-- erase( QHash<Key, T *>::begin() );
-+ this->erase( QHash<Key, T *>::begin() );
- delete value;
- }
- }
OpenPOWER on IntegriCloud