added namespaces
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#define DEFAULT_FONT "Arial"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
QFont *Fonts::medium = new QFont(DEFAULT_FONT, 14);
|
||||
QFont *Fonts::mediumBold = new QFont(DEFAULT_FONT, 14);
|
||||
QFont *Fonts::mediumItalic = new QFont(DEFAULT_FONT, 14);
|
||||
@@ -59,3 +61,4 @@ Fonts::getFontMetrics(Type type)
|
||||
|
||||
return *metricsMedium;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user