summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/trailing_backslashes/src/trailing_backslashes.h
blob: 0fb059b974108d32a04af205851cc2131f5502c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef TRAILING_BACKSLASHES_H
#define TRAILING_BACKSLASHES_H

struct Struct
{
    void oneTrailingSlash(){};
    void MultipleTrailingSlashes(){};
    void multipleTrailingSlashesAndRandomWhitespace(){};
};

#endif // TRAILING_BACKSLASHES_H