diff --git a/src/Part.cpp b/src/Part.cpp index 54b9834a..1accdee2 100644 --- a/src/Part.cpp +++ b/src/Part.cpp @@ -104,6 +104,7 @@ void Part::createGlobalActions() void Part::setupActionsForSession(SessionController* session) { // TODO: what meaningful operation should be placed here? + Q_UNUSED(session); } bool Part::openFile() {