aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffenums.h
blob: 8a9321d9328e974ba7927e7fc8f647c154fe2047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

namespace DiffEditor {

enum DiffSide {
    LeftSide,
    RightSide,
    SideCount // Use only in array declarations
};

} // namespace DiffEditor