mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 19:05:36 -04:00
[partition] Don't needlessly expose a test symbol
This commit is contained in:
parent
f629826d40
commit
478c394d99
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class SmartStatus;
|
||||||
|
|
||||||
QTEST_GUILESS_MAIN( CreateLayoutsTests )
|
QTEST_GUILESS_MAIN( CreateLayoutsTests )
|
||||||
|
|
||||||
CalamaresUtils::Partition::KPMManager* kpmcore = nullptr;
|
static CalamaresUtils::Partition::KPMManager* kpmcore = nullptr;
|
||||||
|
|
||||||
using CalamaresUtils::operator""_MiB;
|
using CalamaresUtils::operator""_MiB;
|
||||||
using CalamaresUtils::operator""_GiB;
|
using CalamaresUtils::operator""_GiB;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue