Exported header cleanup.

This commit is contained in:
Friedemann Kleint
2011-01-20 14:03:07 +01:00
parent 4aca17427a
commit a9a5e3ea17
99 changed files with 275 additions and 252 deletions

View File

@@ -42,6 +42,7 @@
#include <QtCore/QSettings>
#include <QtCore/QCoreApplication>
#include <QtGui/QTextCharFormat>
#include <QtGui/QFont>
static const char *fontFamilyKey = "FontFamily";
static const char *fontSizeKey = "FontSize";
@@ -242,6 +243,11 @@ void FontSettings::setFontZoom(int zoom)
m_fontZoom = zoom;
}
QFont FontSettings::font() const
{
return QFont(family(), fontSize());
}
/**
* Returns the configured antialiasing behavior.
*/