From 3f8df245967bb6e4f7f2935d510bebc40074b73e Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sat, 24 May 2014 03:33:11 +0400 Subject: [PATCH] Derive Filter from QObject. --- lib/Filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Filter.h b/lib/Filter.h index e94195d..084f583 100644 --- a/lib/Filter.h +++ b/lib/Filter.h @@ -52,7 +52,7 @@ namespace Konsole * When processing the text they should create instances of Filter::HotSpot subclasses for sections of interest * and add them to the filter's list of hotspots using addHotSpot() */ -class Filter +class Filter : public QObject { public: /**