Mes recomanacions de cppcheck

This commit is contained in:
2024-10-13 19:26:27 +02:00
parent 46540ad7c3
commit babf02226c
22 changed files with 291 additions and 369 deletions

View File

@@ -152,7 +152,7 @@ public:
void attenuate(bool value);
// Muestra una notificación de texto por pantalla;
void showNotification(std::string text1 = std::string(), std::string text2 = std::string(), int icon = -1);
void showNotification(const std::string &text1 = std::string(), const std::string &text2 = std::string(), int icon = -1);
// Indica si hay alguna notificación activa en pantalla
bool notificationsAreActive() const;