Blog: LPub4 for Linux: lpub4-compilefix2.patch
File lpub4-compilefix2.patch, 694 bytes (added by retracile, 16 years ago) |
---|
-
LPub4/lpub.h
old new 585 585 QGraphicsScene *scene, 586 586 bool printing); 587 587 588 int Gui::getBOMParts(588 int getBOMParts( 589 589 Where current, 590 590 QStringList &csiParts); 591 591 -
LPub4/pliglobals.cpp
old new 41 41 MetaGui *scale; 42 42 bool bom; 43 43 44 GlobalPliPrivate(QString &_topLevelFile, Meta &_meta, bool &_bom = false)44 GlobalPliPrivate(QString &_topLevelFile, Meta &_meta, bool _bom = false) 45 45 { 46 46 topLevelFile = _topLevelFile; 47 47 meta = _meta;