Fix indentation code

This commit is contained in:
Laurent Trinques
2020-07-15 23:00:21 +02:00
parent b9ce532db7
commit 68116f4664
6 changed files with 803 additions and 803 deletions

View File

@@ -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