Core: Use an aspect for the Patch tool path setting

Change-Id: Ifc758fb4ac5d00a7b755ea06f3f6b98d53e7cc46
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-07-28 17:02:51 +02:00
parent cf35cf326b
commit e9c1901bad
6 changed files with 29 additions and 38 deletions

View File

@@ -18,7 +18,6 @@ class CORE_EXPORT PatchTool
{
public:
static Utils::FilePath patchCommand();
static void setPatchCommand(const Utils::FilePath &newCommand);
static bool confirmPatching(QWidget *parent, PatchAction patchAction, bool isModified);