mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
Changed every occurence in the code of the "inset" term to "title block".
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1132 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -517,11 +517,11 @@ bool QET::compareCanonicalFilePaths(const QString &first, const QString &second)
|
||||
}
|
||||
|
||||
/**
|
||||
@param icl an InsetColumnLength object
|
||||
@see InsetColumnLength
|
||||
@return a string describing the type of this InsetColumnLength object
|
||||
@param icl an TitleBlockColumnLength object
|
||||
@see TitleBlockColumnLength
|
||||
@return a string describing the type of this TitleBlockColumnLength object
|
||||
*/
|
||||
QString QET::insetColumnLengthToString(const InsetColumnLength &icl) {
|
||||
QString QET::titleBlockColumnLengthToString(const TitleBlockColumnLength &icl) {
|
||||
QString type_str;
|
||||
if (icl== Absolute) type_str = "absolute";
|
||||
else if (icl == RelativeToTotalLength) type_str = "relative to total";
|
||||
|
||||
Reference in New Issue
Block a user