|
|
@ -1,7 +1,7 @@
|
|
|
|
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
|
|
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Copyright 2014, Aurélien Gâteau <agateau@kde.org>
|
|
|
|
* Copyright 2014, Aurélien Gâteau <agateau@kde.org>
|
|
|
|
* Copyright 2014, Teo Mrnjavac <teo@kde.org>
|
|
|
|
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Calamares is free software: you can redistribute it and/or modify
|
|
|
|
* Calamares is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
@ -53,6 +53,7 @@ public:
|
|
|
|
struct SummaryInfo
|
|
|
|
struct SummaryInfo
|
|
|
|
{
|
|
|
|
{
|
|
|
|
QString deviceName;
|
|
|
|
QString deviceName;
|
|
|
|
|
|
|
|
QString deviceNode;
|
|
|
|
PartitionModel* partitionModelBefore;
|
|
|
|
PartitionModel* partitionModelBefore;
|
|
|
|
PartitionModel* partitionModelAfter;
|
|
|
|
PartitionModel* partitionModelAfter;
|
|
|
|
};
|
|
|
|
};
|
|
|
|