Krita Source Code Documentation
Loading...
Searching...
No Matches
ResourceListViewModes.h
Go to the documentation of this file.
1/* This file is part of the Krita project
2 *
3 * SPDX-FileCopyrightText: 2022 Măcelaru Tiberiu <macelarutiberiu@gmail.com>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7
8#ifndef RESOURCELISTVIEWMODES_H
9#define RESOURCELISTVIEWMODES_H
10
11
12enum class ListViewMode {
15 Detail
16};
17
18#endif // RESOURCELISTVIEWMODES_H