mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Apply clang-tidy's performance-unnecessary-value-param, performance-for-
range-copy git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5448 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -153,7 +153,7 @@ class BorderTitleBlock : public QObject
|
||||
btb_folio_ = folio;
|
||||
emit (titleBlockFolioChanged(folio));
|
||||
}
|
||||
void setFolioData(int, int, QString = nullptr, const DiagramContext & = DiagramContext());
|
||||
void setFolioData(int, int, const QString& = nullptr, const DiagramContext & = DiagramContext());
|
||||
/// @param author the new value of the "File" field
|
||||
void setMachine(const QString &machine) { btb_machine_ = machine; }
|
||||
void setLocMach(const QString &locmach) { btb_locmach_ = locmach; }
|
||||
|
||||
Reference in New Issue
Block a user