#ifndef CFONT_H #define CFONT_H #include #include class cFont : public QFont { public: using QFont::QFont; cFont(QUrl url); }; #endif // CFONT_H