mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Fix some warning and write more modern c++
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
*/
|
||||
ChangeElementInformationCommand::ChangeElementInformationCommand(
|
||||
Element *elmt,
|
||||
DiagramContext &old_info,
|
||||
DiagramContext &new_info,
|
||||
const DiagramContext &old_info,
|
||||
const DiagramContext &new_info,
|
||||
QUndoCommand *parent) :
|
||||
QUndoCommand (parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user