From e4a1581b16dd1bc83e0e6566698b48d21d93856a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Apr 01 2010 14:26:03 +0000 Subject: import awol patch --- diff --git a/kdegraphics-4.4.2-qt47.patch b/kdegraphics-4.4.2-qt47.patch new file mode 100644 index 0000000..6a6cf59 --- /dev/null +++ b/kdegraphics-4.4.2-qt47.patch @@ -0,0 +1,11 @@ +diff -up kdegraphics-4.4.2/gwenview/app/filtercontroller.cpp.qt47 kdegraphics-4.4.2/gwenview/app/filtercontroller.cpp +--- kdegraphics-4.4.2/gwenview/app/filtercontroller.cpp.qt47 2010-01-06 10:59:15.000000000 -0600 ++++ kdegraphics-4.4.2/gwenview/app/filtercontroller.cpp 2010-04-01 09:26:13.762342608 -0500 +@@ -74,7 +74,6 @@ public: + }; + NameFilter(SortedDirModel* model) + : AbstractSortedDirModelFilter(model) +- , mText(0) + , mMode(Contains) + {} +