mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Module type Core ==> Job, plus const correctness.
This commit is contained in:
parent
9c8d270ddb
commit
7894bb9462
4 changed files with 17 additions and 17 deletions
|
@ -31,14 +31,14 @@ namespace Calamares {
|
|||
|
||||
|
||||
Module::Type
|
||||
ViewModule::type()
|
||||
ViewModule::type() const
|
||||
{
|
||||
return View;
|
||||
}
|
||||
|
||||
|
||||
Module::Interface
|
||||
ViewModule::interface()
|
||||
ViewModule::interface() const
|
||||
{
|
||||
return QtPlugin;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue