mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Improve code style, Wrap code for better readability
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
/**
|
||||
@brief QETDiagramEditor::QETDiagramEditor
|
||||
Constructor
|
||||
@param files, list of files to open
|
||||
@param parent, parent widget
|
||||
@param files : list of files to open
|
||||
@param parent : parent widget
|
||||
*/
|
||||
QETDiagramEditor::QETDiagramEditor(const QStringList &files, QWidget *parent) :
|
||||
QETMainWindow(parent),
|
||||
@@ -382,8 +382,8 @@ void QETDiagramEditor::setUpActions()
|
||||
//Export nomenclature to CSV
|
||||
m_csv_export = new QAction(QET::Icons::DocumentSpreadsheet, tr("Exporter au format CSV"), this);
|
||||
connect(m_csv_export, &QAction::triggered, [this]() {
|
||||
BOMExportDialog bom(currentProjectView()->project(), this);
|
||||
bom.exec();
|
||||
BOMExportDialog bom(currentProjectView()->project(), this);
|
||||
bom.exec();
|
||||
});
|
||||
|
||||
//Add a nomenclature item
|
||||
|
||||
Reference in New Issue
Block a user