summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_create_translation_macro/some_dir/some_include.h
blob: f2577ba2e6322faafcf2e74bd25d9a5157b4c936 (plain)
1
2
3
4
5
6
7
8
9
// 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