aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/silversearcher/outputparser_test.h
blob: 6d85cd21981c603259c24281c47831da3fd4810a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2017 Przemyslaw Gorszkowski <pgorszkowski@gmail.com>.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include <QObject>

namespace SilverSearcher {
namespace Internal {

class OutputParserTest : public QObject
{
    Q_OBJECT

private slots:
    void test_data();
    void test();
};

} // namespace Internal
} // namespace SilverSearcher