Required for passing GPGME_DELETE_FORCE from kleopatra
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
| src/context.h | ||
|---|---|---|
| 253 | No int flags in new C++ API please. Add a proper enum class for the delete flags. | |
Comment Actions
Feel free to commit/push when you have made the suggested changes. One last thing: Update the NEWS file.
| src/context.h | ||
|---|---|---|
| 252 | Looks good, but let's move it to global.h. It doesn't need to be in the Context namespace. And I think we don't need the "Delete" prefix of the enum values because all identifiers are scoped with DeletionFlags. I would use int as underlying type since the gpgme API uses int for flags. | |