]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addfoldercommand.cpp
const'ify when necessary
[kdenlive] / src / commands / addfoldercommand.cpp
index b5146d96419243f6b460f1069d4a713c5132fe1a..392a666d2efd89a52f87621196dbf362aa9ccf81 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <KLocale>
 
-AddFolderCommand::AddFolderCommand(ProjectList *view, const QString folderName, const QString &clipId, bool doIt, QUndoCommand *parent) :
+AddFolderCommand::AddFolderCommand(ProjectList *view, const QString &folderName, const QString &clipId, bool doIt, QUndoCommand *parent) :
         QUndoCommand(parent),
         m_view(view),
         m_name(folderName),