mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-02 03:19:59 +02:00
ElementEditor: terminaleditor.h indentation and alignment
This commit is contained in:
committed by
Laurent Trinques
parent
f8240558a0
commit
45edc34269
@@ -31,15 +31,14 @@ class QComboBox;
|
||||
*/
|
||||
class TerminalEditor : public ElementItemEditor {
|
||||
Q_OBJECT
|
||||
|
||||
// Constructors, destructor
|
||||
public:
|
||||
TerminalEditor(QETElementEditor *, QList<PartTerminal *>& terms, QWidget * = nullptr);
|
||||
TerminalEditor(QETElementEditor *, QWidget * = nullptr);
|
||||
|
||||
~TerminalEditor() override;
|
||||
private:
|
||||
TerminalEditor(const TerminalEditor &);
|
||||
|
||||
void init();
|
||||
|
||||
// attributes
|
||||
|
||||
Reference in New Issue
Block a user