Arreglos tontos de codi

This commit is contained in:
2025-02-23 09:12:15 +01:00
parent a42141ebd7
commit f43d18e6f0
8 changed files with 10 additions and 37 deletions

View File

@@ -13,7 +13,7 @@ class Texture; // lines 11-11
class Notifier
{
private:
// [SINGLETON] Objeto notifier privado para Don Melitón
// [SINGLETON] Objeto notifier
static Notifier *notifier_;
enum class NotificationStatus
@@ -77,13 +77,13 @@ private:
~Notifier() = default;
public:
// [SINGLETON] Crearemos el objeto notifier con esta función estática
// [SINGLETON] Crearemos el objeto con esta función estática
static void init(const std::string &icon_file, std::shared_ptr<Text> text);
// [SINGLETON] Destruiremos el objeto notifier con esta función estática
// [SINGLETON] Destruiremos el objeto con esta función estática
static void destroy();
// [SINGLETON] Con este método obtenemos el objeto notifier y podemos trabajar con él
// [SINGLETON] Con este método obtenemos el objeto y podemos trabajar con él
static Notifier *get();
// Dibuja las notificaciones por pantalla