Module type Core ==> Job, plus const correctness.

This commit is contained in:
Teo Mrnjavac 2014-07-10 12:27:53 +02:00
parent 9c8d270ddb
commit 7894bb9462
4 changed files with 17 additions and 17 deletions

View file

@ -31,14 +31,14 @@ namespace Calamares {
Module::Type
ViewModule::type()
ViewModule::type() const
{
return View;
}
Module::Interface
ViewModule::interface()
ViewModule::interface() const
{
return QtPlugin;
}