mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
get rid of QT3_SUPPORT and some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14747 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ad45381bd6
commit
6d3edcf760
@ -20,8 +20,8 @@
|
||||
class QFontExample : public QWidget {
|
||||
|
||||
public:
|
||||
QFontExample(QWidget * parent, const char * name="")
|
||||
: QWidget(parent, name) {}
|
||||
QFontExample(QWidget * parent)
|
||||
: QWidget(parent) {}
|
||||
|
||||
void set(QFont const & font, QString const & text);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user