mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 06:42:34 +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:
@@ -46,7 +46,7 @@ class ElementCollectionItem : public QStandardItem
|
||||
virtual void clearData();
|
||||
|
||||
ElementCollectionItem *lastItemForPath(const QString &path, QString &no_found_path);
|
||||
ElementCollectionItem *childWithCollectionName(QString name) const;
|
||||
ElementCollectionItem *childWithCollectionName(const QString& name) const;
|
||||
QList<QStandardItem *> directChilds() const;
|
||||
int rowForInsertItem(const QString &name);
|
||||
ElementCollectionItem *itemAtPath(const QString &path);
|
||||
|
||||
Reference in New Issue
Block a user