File indexing completed on 2024-05-12 15:55:22

0001 /* SPDX-FileCopyrightText: 2003-2010 Jesper K. Pedersen <blackie@kde.org>
0002 
0003    SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 #ifndef SIMPLECATEGORYMATCHER_H
0007 #define SIMPLECATEGORYMATCHER_H
0008 
0009 #include "CategoryMatcher.h"
0010 
0011 namespace DB
0012 {
0013 
0014 class SimpleCategoryMatcher : public CategoryMatcher
0015 {
0016 public:
0017     QString m_category;
0018 };
0019 
0020 }
0021 
0022 #endif /* SIMPLECATEGORYMATCHER_H */
0023 
0024 // vi:expandtab:tabstop=4 shiftwidth=4: