mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-27 05:50:52 +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:
@@ -136,13 +136,13 @@ class ProjectAutoNumConfigPage : public ProjectConfigPage {
|
||||
private:
|
||||
void buildConnections();
|
||||
private slots:
|
||||
void updateContextConductor(QString);//conductor
|
||||
void updateContextConductor(const QString&);//conductor
|
||||
void saveContextConductor();
|
||||
void removeContextConductor();
|
||||
void updateContextFolio(QString);//folio
|
||||
void updateContextFolio(const QString&);//folio
|
||||
void saveContextFolio();
|
||||
void removeContextFolio();
|
||||
void updateContextElement(QString);//element
|
||||
void updateContextElement(const QString&);//element
|
||||
void saveContextElement();
|
||||
void removeContextElement();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user