🎨 clang-tidy

This commit is contained in:
Benjamin Voisin
2024-05-09 20:59:25 +02:00
parent 3b87b83076
commit 21751b2faa
4 changed files with 13 additions and 10 deletions

View File

@ -2,9 +2,9 @@
#include <glibmm/dispatcher.h>
#include <glibmm/markup.h>
#include <gtkmm.h>
#include <gtkmm/eventbox.h>
#include <json/json.h>
#include <gtkmm.h>
#include "IModule.hpp"
@ -45,7 +45,7 @@ class AModule : public IModule {
virtual bool handleMouseLeave(GdkEventCrossing *const &ev);
virtual bool handleScroll(GdkEventScroll *);
virtual bool handleRelease(GdkEventButton *const &ev);
GObject* menu_;
GObject *menu_;
private:
bool handleUserEvent(GdkEventButton *const &ev);