File indexing completed on 2025-02-16 04:40:28
0001 /* 0002 SPDX-FileCopyrightText: 2024 Ralf Habacker ralf.habacker @freenet.de 0003 0004 This file is part of libalkimia. 0005 0006 SPDX-License-Identifier: LGPL-2.1-or-later 0007 */ 0008 0009 #ifndef ALKNEWSTUFFSTORE_H 0010 #define ALKNEWSTUFFSTORE_H 0011 0012 #include <alkimia/alk_export.h> 0013 0014 class ALK_EXPORT AlkNewStuffStore { 0015 public: 0016 static const char *alkimiaOnlineQuotes; 0017 static const char *packageBaseUrl; 0018 static const char *packageEditSuffix; 0019 static const char *newPackageUrl; 0020 }; 0021 0022 0023 #endif // ALKNEWSTUFFSTORE_H