mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Remove dead macro code (#4726)
This commit is contained in:
parent
76527073cf
commit
c8f390d558
|
@ -38,42 +38,8 @@
|
||||||
# define CHATTERINO_OS "unknown"
|
# define CHATTERINO_OS "unknown"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CHATTERINO_DECLARE_BUILD_CONSTANTS() \
|
|
||||||
namespace chatterino::detail::version { \
|
|
||||||
QString gitHash() \
|
|
||||||
{ \
|
|
||||||
return QStringLiteral(CHATTERINO_GIT_HASH); \
|
|
||||||
} \
|
|
||||||
QString gitRelease() \
|
|
||||||
{ \
|
|
||||||
return QStringLiteral(CHATTERINO_GIT_RELEASE); \
|
|
||||||
} \
|
|
||||||
QString gitCommit() \
|
|
||||||
{ \
|
|
||||||
return QStringLiteral(CHATTERINO_GIT_COMMIT); \
|
|
||||||
} \
|
|
||||||
bool gitModified() \
|
|
||||||
{ \
|
|
||||||
return CHATTERINO_GIT_MODIFIED == 1; \
|
|
||||||
} \
|
|
||||||
QString cmakeGenDate() \
|
|
||||||
{ \
|
|
||||||
return QStringLiteral(CHATTERINO_CMAKE_GEN_DATE); \
|
|
||||||
} \
|
|
||||||
} // namespace chatterino::detail::version
|
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
namespace detail::version {
|
|
||||||
|
|
||||||
extern QString gitHash();
|
|
||||||
extern QString gitRelease();
|
|
||||||
extern QString gitCommit();
|
|
||||||
extern bool gitModified();
|
|
||||||
extern QString cmakeGenDate();
|
|
||||||
|
|
||||||
} // namespace detail::version
|
|
||||||
|
|
||||||
class Version
|
class Version
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue