summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_translation_api/some_dir/some_include.h
blob: 320e1f98267dca4755d289bb027fbeafe97a57b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2021 The Qt Company Ltd.
// Copyright (C) 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Stephen Kelly <stephen.kelly@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef SOME_INCLUDE_H
#define SOME_INCLUDE_H

enum {
  Non_Empty_File
};

#endif