Derive Filter from QObject.

This commit is contained in:
0xd34df00d
2014-05-24 03:33:11 +04:00
parent 5ee25a7a24
commit 3f8df24596
+1 -1
View File
@@ -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:
/**