mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
added functions to remove the abstract class error
This commit is contained in:
@@ -254,6 +254,11 @@ public:
|
|||||||
}
|
}
|
||||||
return 0;
|
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.
|
// Load the settings file.
|
||||||
|
|||||||
Reference in New Issue
Block a user