|
|
@ -1,6 +1,6 @@
|
|
|
|
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
|
|
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* 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
|
|
|
@ -33,6 +33,7 @@ class ClearMountsJob : public Calamares::Job
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
explicit ClearMountsJob( Device* device );
|
|
|
|
explicit ClearMountsJob( Device* device );
|
|
|
|
QString prettyName() const override;
|
|
|
|
QString prettyName() const override;
|
|
|
|
|
|
|
|
QString prettyStatusMessage() const override;
|
|
|
|
Calamares::JobResult exec() override;
|
|
|
|
Calamares::JobResult exec() override;
|
|
|
|
private:
|
|
|
|
private:
|
|
|
|
QString tryUmount( const QString& partPath );
|
|
|
|
QString tryUmount( const QString& partPath );
|
|
|
|