Skip to content

Commit d35bd75

Browse files
samamoujcelerier
samamou
authored andcommitted
remove reject() fn
1 parent dbd08e5 commit d35bd75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plugins/score-lib-process/Process/Script/ScriptEditor.hpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ class ProcessScriptEditDialog : public ScriptDialog
7676

7777
protected:
7878
const Process_T& m_process;
79-
void closeEvent(QCloseEvent* event) override { reject(); }
80-
81-
void reject() override
79+
void closeEvent(QCloseEvent* event) override
8280
{
8381
const_cast<QWidget*&>(m_process.externalUI) = nullptr;
8482
m_process.externalUIVisible(false);

0 commit comments

Comments
 (0)