diff --git a/src/view/view.hpp b/src/view/view.hpp index 61951dc..24d0ff6 100644 --- a/src/view/view.hpp +++ b/src/view/view.hpp @@ -29,7 +29,7 @@ namespace view { const QString DEFAULT_FONT_NAME("Liberation Sans"); const int DEFAULT_FONT_SIZE = 12; -#define DEFAULT_FONT(font_name) QFont font_name(view::DEFAULT_FONT_NAME, view::DEFAULT_FONT_SIZE); +#define DEFAULT_FONT(font_name) QFont font_name; }; #define DELETE_ICON RESSOURCES_ROOT "icons/delete.png"