mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -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
|
@ -29,8 +29,8 @@ namespace Calamares {
|
|||
class UIDLLEXPORT ViewModule : public Module
|
||||
{
|
||||
public:
|
||||
Type type() override;
|
||||
Interface interface() override;
|
||||
Type type() const override;
|
||||
Interface interface() const override;
|
||||
|
||||
void loadSelf() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue