Changeset View
Changeset View
Standalone View
Standalone View
src/settings/general/confirmationssettingspage.h
| Show First 20 Lines • Show All 41 Lines • ▼ Show 20 Line(s) | |||||
| 42 | 42 | | |||
| 43 | private: | 43 | private: | ||
| 44 | void loadSettings(); | 44 | void loadSettings(); | ||
| 45 | 45 | | |||
| 46 | private: | 46 | private: | ||
| 47 | QCheckBox* m_confirmMoveToTrash; | 47 | QCheckBox* m_confirmMoveToTrash; | ||
| 48 | QCheckBox* m_confirmEmptyTrash; | 48 | QCheckBox* m_confirmEmptyTrash; | ||
| 49 | QCheckBox* m_confirmDelete; | 49 | QCheckBox* m_confirmDelete; | ||
| 50 | | ||||
| 51 | #ifndef Q_OS_WIN | ||||
| 52 | QCheckBox* m_confirmClosingTerminalRunningProgram; | ||||
| 53 | #endif | ||||
| 54 | | ||||
| 50 | QCheckBox* m_confirmClosingMultipleTabs; | 55 | QCheckBox* m_confirmClosingMultipleTabs; | ||
| 51 | QCheckBox* m_confirmScriptExecution; | 56 | QCheckBox* m_confirmScriptExecution; | ||
| 52 | }; | 57 | }; | ||
| 53 | 58 | | |||
| 54 | #endif | 59 | #endif | ||