Set sfdisk backend as default.

This commit is contained in:
Andrius Štikonas 2018-01-31 18:49:21 +00:00
parent 7e60df68bd
commit 4870587339
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public:
* @return the name of the default backend plugin
*/
static QString defaultBackendName() {
return QStringLiteral("pmlibpartedbackendplugin");
return QStringLiteral("pmsfdiskbackendplugin");
}
/**