mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-04 12:55:37 -04:00
[partition] Warnings-- in test: don't expose internal variable
This commit is contained in:
parent
cb2b53ebf3
commit
6605e11394
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ QueueRunner::onFailed( const QString& message, const QString& details )
|
|||
QFAIL( qPrintable( msg ) );
|
||||
}
|
||||
|
||||
CalamaresUtils::Partition::KPMManager* kpmcore = nullptr;
|
||||
static CalamaresUtils::Partition::KPMManager* kpmcore = nullptr;
|
||||
|
||||
//- PartitionJobTests ------------------------------------------------------------------
|
||||
PartitionJobTests::PartitionJobTests()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue