aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/silversearcher/outputparser_test.h
blob: 881c0c9e41c909bf0903226f3b56e5f181e70980 (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+ OR GPL-3.0 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