mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
added functions to remove the abstract class error
This commit is contained in:
parent
aebdc0c5d6
commit
94387e8698
@ -254,6 +254,11 @@ public:
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Register helper class to handle system menu items related actions. */
|
||||
virtual void register_system_menu_helper(PowertoySystemMenuIface* helper) {}
|
||||
/* Handle action on system menu item. */
|
||||
virtual void signal_system_menu_action(const wchar_t* name) {}
|
||||
};
|
||||
|
||||
// Load the settings file.
|
||||
|
Loading…
Reference in New Issue
Block a user