mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2019-10-08 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'RDFontSet' class to 'RDFontEngine'. * Modified the font calculation algorithm in 'RDFontEngine::MakeFonts()' to use fixed defaults.
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
|
||||
#include <qdialog.h>
|
||||
|
||||
#include <rdfontset.h>
|
||||
#include <rdfontengine.h>
|
||||
|
||||
class RDDialog : public QDialog, public RDFontSet
|
||||
class RDDialog : public QDialog, public RDFontEngine
|
||||
{
|
||||
Q_OBJECT;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user