mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1292 Fixed CppCheck Issues in AppFwk/cafCommands
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
class UndoRedoWrapper : public QUndoCommand
|
||||
{
|
||||
public:
|
||||
UndoRedoWrapper(caf::CmdExecuteCommand* executeCommand)
|
||||
explicit UndoRedoWrapper(caf::CmdExecuteCommand* executeCommand)
|
||||
{
|
||||
m_executeCommand = executeCommand;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user