viktorgino / headunit-desktop

HeadUnit Desktop is a car PC software built with Qt 5 and QML
https://github.com/viktorgino/headunit-desktop/wiki
GNU General Public License v3.0
285 stars 64 forks source link

Added null check to actionHandler() #67

Closed aselafernando closed 2 years ago

aselafernando commented 2 years ago

actionHandler would cause a Segfault if a plugin sends an action to a plugin that has not been loaded or does not exist. This change reduces this to a warning.

viktorgino commented 2 years ago

Nice one, had it fixed on a local branch, but working on some refactoring, so havent pushed it yet