changed notation

This commit is contained in:
fourtf
2017-01-18 04:33:30 +01:00
parent 552e4c957a
commit 10e4a0f785
61 changed files with 1214 additions and 1051 deletions
+4 -4
View File
@@ -20,15 +20,15 @@ public:
static QFontMetrics &getFontMetrics(Type type);
static int
generation()
getGeneration()
{
return m_generation;
return generation;
}
static void
incGeneration()
{
m_generation++;
generation++;
}
private:
@@ -48,7 +48,7 @@ private:
static QFontMetrics *metricsLarge;
static QFontMetrics *metricsVeryLarge;
static int m_generation;
static int generation;
};
#endif // FONTS_H