aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish/squishconstants.h
blob: c41ab3cc0877cfb9f093e2bb139b7f6375296e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2022 The Qt Company Ltd
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
#ifndef SQUISHCONSTANTS_H
#define SQUISHCONSTANTS_H

#include <QtGlobal>

namespace Squish {
namespace Constants {

const char SQUISH_ID[]                    = "SquishPlugin.Squish";
const char SQUISH_CONTEXT[]               = "Squish";
const char SQUISH_SETTINGS_CATEGORY[]     = "ZYY.Squish";

// MIME type defined by Squish plugin
const char SQUISH_OBJECTSMAP_MIMETYPE[] = "text/squish-objectsmap";
const char OBJECTSMAP_EDITOR_ID[]       = "Squish.ObjectsMapEditor";

} // namespace Constants
} // namespace Squish

#endif // SQUISHCONSTANTS_H