Fix FTBFS on x86_64-w64-mingw32 cross-compilation, thank Joshua

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4083 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-08-03 05:43:44 +00:00
parent b025830100
commit 3c327009a5
8 changed files with 4 additions and 53 deletions

View File

@@ -99,7 +99,6 @@ class TitleBlockTemplate : public QObject {
void render(QPainter &, const DiagramContext &, int) const;
void renderDxf(QRectF &, const DiagramContext &, int, QString &, int) const;
void renderCell(QPainter &, const TitleBlockCell &, const DiagramContext &, const QRect &) const;
QString toString() const;
void applyCellSpans();
void forgetSpanning();
void forgetSpanning(TitleBlockCell *, bool = true);