mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-28 16:29:59 +02: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:
@@ -68,7 +68,7 @@ class DiagramTextItem : public QGraphicsTextItem
|
||||
void setFontSize(int s);
|
||||
int fontSize()const;
|
||||
|
||||
void setColor(QColor color);
|
||||
void setColor(const QColor& color);
|
||||
QColor color() const;
|
||||
|
||||
void setNoEditable(bool e = true) {m_no_editable = e;}
|
||||
|
||||
Reference in New Issue
Block a user