mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
15 lines
374 B
C++
15 lines
374 B
C++
#ifndef APPLICATIONCONSTANTS_H
|
|
#define APPLICATIONCONSTANTS_H
|
|
|
|
#include <QString>
|
|
|
|
namespace ApplicationConstants
|
|
{
|
|
const inline QString RepositoryName("chenx-dust/EZ4Connect");
|
|
const inline QString CoreRepositoryName("Mythologyli/zju-connect");
|
|
const inline QString ApplicationName("EZ4Connect");
|
|
constexpr inline int ConfigVersion = 8;
|
|
}
|
|
|
|
#endif // APPLICATIONCONSTANTS_H
|