mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-25 05:59:58 +02:00
Fix indentation code
This commit is contained in:
@@ -29,18 +29,18 @@ class QWidget;
|
||||
*/
|
||||
class ConductorNumExport
|
||||
{
|
||||
public:
|
||||
ConductorNumExport(QETProject *project, QWidget *parent = nullptr);
|
||||
bool toCsv();
|
||||
QString wiresNum() const;
|
||||
|
||||
private:
|
||||
void fillHash();
|
||||
|
||||
private:
|
||||
QETProject *m_project = nullptr;
|
||||
QHash <QString, int> m_hash;
|
||||
QWidget *m_parent_widget = nullptr;
|
||||
public:
|
||||
ConductorNumExport(QETProject *project, QWidget *parent = nullptr);
|
||||
bool toCsv();
|
||||
QString wiresNum() const;
|
||||
|
||||
private:
|
||||
void fillHash();
|
||||
|
||||
private:
|
||||
QETProject *m_project = nullptr;
|
||||
QHash <QString, int> m_hash;
|
||||
QWidget *m_parent_widget = nullptr;
|
||||
};
|
||||
|
||||
#endif // ConductorNumExport_H
|
||||
|
||||
Reference in New Issue
Block a user