mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user