diff widgets/TransformFinder.h @ 431:4711b400f976

* Add beginnings of capability to search plugins that are not yet installed -- lots more work to do here, though
author Chris Cannam
date Tue, 14 Oct 2008 16:36:35 +0000
parents 6bf3c906b7a5
children 2b5d04b21d87
line wrap: on
line diff
--- a/widgets/TransformFinder.h	Fri Oct 10 16:03:48 2008 +0000
+++ b/widgets/TransformFinder.h	Tue Oct 14 16:36:35 2008 +0000
@@ -56,7 +56,7 @@
     QTimer *m_timer;
 
     QString m_newSearchText;
-    typedef std::vector<TransformFactory::Match> SortedResults;
+    typedef std::vector<TextMatcher::Match> SortedResults;
     SortedResults m_sortedResults;
     int m_upToDateCount;
 };