// 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 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