From e256daa5693ba271a62959372f3e89cc93da9487 Mon Sep 17 00:00:00 2001 From: Arjun AK Date: Sat, 1 Nov 2014 16:41:29 +0530 Subject: Enable KRun's script execution prompt. This commit enables KRun's script/desktop file execution prompts, which is shown when the user launches an executable script or a desktop file. This is done so as to prevent the user from accidentaly executing programs. A checkbox to enable or disable the prompts is also being added to the preferences window REVIEW: 120171 BUG: 275405 --- src/settings/general/confirmationssettingspage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings/general/confirmationssettingspage.h') diff --git a/src/settings/general/confirmationssettingspage.h b/src/settings/general/confirmationssettingspage.h index 45f0be1fc..4d0a652d3 100644 --- a/src/settings/general/confirmationssettingspage.h +++ b/src/settings/general/confirmationssettingspage.h @@ -47,6 +47,7 @@ private: QCheckBox* m_confirmMoveToTrash; QCheckBox* m_confirmDelete; QCheckBox* m_confirmClosingMultipleTabs; + QCheckBox* m_confirmScriptExecution; }; #endif -- cgit v1.3