#1292 Fixed CppCheck Issues in AppFwk/cafCommands

This commit is contained in:
Magne Sjaastad
2017-03-06 15:56:08 +01:00
parent a5ed533c00
commit 9179ae2a14
11 changed files with 10 additions and 11 deletions

View File

@@ -50,7 +50,7 @@
class UndoRedoWrapper : public QUndoCommand
{
public:
UndoRedoWrapper(caf::CmdExecuteCommand* executeCommand)
explicit UndoRedoWrapper(caf::CmdExecuteCommand* executeCommand)
{
m_executeCommand = executeCommand;