mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-15 14:39:58 +01:00
Wrap code for better readability
This commit is contained in:
@@ -29,7 +29,9 @@ typedef SearchAndReplaceWorker sarw;
|
||||
@param properties
|
||||
@param parent
|
||||
*/
|
||||
ReplaceConductorDialog::ReplaceConductorDialog(const ConductorProperties &properties, QWidget *parent) :
|
||||
ReplaceConductorDialog::ReplaceConductorDialog(
|
||||
const ConductorProperties &properties,
|
||||
QWidget *parent) :
|
||||
QDialog(parent),
|
||||
ui(new Ui::ReplaceConductorDialog)
|
||||
{
|
||||
|
||||
@@ -35,7 +35,9 @@ class ReplaceConductorDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ReplaceConductorDialog(const ConductorProperties &properties, QWidget *parent = 0);
|
||||
explicit ReplaceConductorDialog(
|
||||
const ConductorProperties &properties,
|
||||
QWidget *parent = 0);
|
||||
~ReplaceConductorDialog();
|
||||
void updatePreview(bool b=true);
|
||||
void setProperties(const ConductorProperties &properties);
|
||||
|
||||
Reference in New Issue
Block a user