Skip to content

Commit

Permalink
#3163 fix: tests
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Nov 25, 2024
1 parent 62e5f72 commit aa916ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/scriptingservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ QString ScriptingService::textDiffDialog(const QString &title, const QString &la
Q_UNUSED(label)
Q_UNUSED(text1)
Q_UNUSED(text2)
return true;
return QString();
#endif
}

Expand Down

0 comments on commit aa916ef

Please sign in to comment.