mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Minor
This commit is contained in:
parent
bbfe9ed377
commit
0a2ec297bf
@ -19,7 +19,6 @@
|
||||
#define TERMINALSTRIPDATA_H
|
||||
|
||||
#include "../properties/propertiesinterface.h"
|
||||
//#include "terminalstrip.h"
|
||||
|
||||
class TerminalStripData : public PropertiesInterface
|
||||
{
|
||||
@ -35,7 +34,9 @@ class TerminalStripData : public PropertiesInterface
|
||||
bool fromXml (const QDomElement &xml_element) override;
|
||||
|
||||
private :
|
||||
QString m_installation, m_location, m_name;
|
||||
QString m_installation = QStringLiteral("="),
|
||||
m_location = QStringLiteral("+"),
|
||||
m_name;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user