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