mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
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:
@@ -583,21 +583,6 @@ void TitleBlockTemplate::initCells() {
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
@return A string representing the titleblock template
|
||||
@see TitleBlockCell::toString()
|
||||
*/
|
||||
QString TitleBlockTemplate::toString() const {
|
||||
QString str = "\n";
|
||||
for (int j = 0 ; j < rows_heights_.count() ; ++ j) {
|
||||
for (int i = 0 ; i < columns_width_.count() ; ++ i) {
|
||||
str += cells_[i][j] -> toString() + " ";
|
||||
}
|
||||
str += "\n";
|
||||
}
|
||||
return(str);
|
||||
}
|
||||
|
||||
/**
|
||||
@return the name of this template
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user