Skip to content

Commit

Permalink
other smoll fixes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
samamou committed Jan 8, 2025
1 parent d4a13e3 commit a5e6586
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#include "MultiScriptEditor.hpp"
#include "ScriptWidget.hpp"
#include "score/tools/FileWatch.hpp"

#include <score/tools/FileWatch.hpp>

#include <QCodeEditor>
#include <QCoreApplication>
Expand Down Expand Up @@ -230,6 +231,7 @@ void ScriptDialog::stopWatchingFile(const QString& tempFile)

auto& w = score::FileWatch::instance();
w.remove(tempFile, m_fileHandle);
m_fileHandle.reset();
}
void MultiScriptDialog::openInExternalEditor(const QString& editorPath)
{
Expand Down

0 comments on commit a5e6586

Please sign in to comment.