diff options
| author | Arjun AK <[email protected]> | 2014-11-01 16:41:29 +0530 |
|---|---|---|
| committer | Arjun AK <[email protected]> | 2014-11-01 16:41:29 +0530 |
| commit | e256daa5693ba271a62959372f3e89cc93da9487 (patch) | |
| tree | 37429954c0c4e052355afeea0cac3e7d00671bb4 /src/settings/general/confirmationssettingspage.h | |
| parent | 422dc4e921c83265453b6e3ea1d911c051bf8270 (diff) | |
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
Diffstat (limited to 'src/settings/general/confirmationssettingspage.h')
| -rw-r--r-- | src/settings/general/confirmationssettingspage.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
