Removing default constructor
This commit is contained in:
parent
3106a3474b
commit
6f6fd67571
1 changed files with 1 additions and 2 deletions
|
|
@ -297,8 +297,7 @@ int registerFontFamily(const QString &family) {
|
||||||
}
|
}
|
||||||
|
|
||||||
FontData::FontData(int size, uint32 flags, int family, Font *other)
|
FontData::FontData(int size, uint32 flags, int family, Font *other)
|
||||||
: f()
|
: m(f)
|
||||||
, m(f)
|
|
||||||
, _size(size)
|
, _size(size)
|
||||||
, _flags(flags)
|
, _flags(flags)
|
||||||
, _family(family) {
|
, _family(family) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue