mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Use QPropertyUndoCommand instead of ChangeSeveralConductorsPropertiesCommand and ChangeConductorsPropertiesCommand.
Remove class ChangeSeveralConductorsPropertiesCommand and ChangeConductorsPropertiesCommand. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4092 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -17,9 +17,12 @@
|
||||
*/
|
||||
#ifndef CONDUCTOR_PROPERTIES_H
|
||||
#define CONDUCTOR_PROPERTIES_H
|
||||
|
||||
#include "qet.h"
|
||||
#include <QtWidgets>
|
||||
#include <QtXml>
|
||||
#include <QColor>
|
||||
|
||||
class QPainter;
|
||||
|
||||
/**
|
||||
This class represents the properties of a singleline conductor.
|
||||
*/
|
||||
@@ -109,4 +112,7 @@ class ConductorProperties {
|
||||
void readStyle(const QString &);
|
||||
QString writeStyle() const;
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(ConductorProperties)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user