mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[locale]Fix build (clang, Debian)
- This is a follow-up to d0c205c1cc6a2ae49935c92bfd52911b9a0d43f7; I really don't know why static constexpr const elements that are not referenced by address need to be defined separately.
This commit is contained in:
parent
dbde6149ac
commit
a63a92e3d5
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ static_assert( TimeZoneImageList::zoneCount == ( sizeof( zoneNames ) / sizeof( z
|
|||
#define ZONE_NAME QStringLiteral( "zone" )
|
||||
|
||||
/* static constexpr */ const int TimeZoneImageList::zoneCount;
|
||||
/* static constexpr */ const QSize TimeZoneImageList::imageSize;
|
||||
|
||||
static_assert( TimeZoneImageList::zoneCount == 38 );
|
||||
|
||||
TimeZoneImageList::TimeZoneImageList() {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue