|
QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
|
Utility macros for QtPass. More...
Go to the source code of this file.
Macros | |
| #define | AS_CONST(x) |
| Cross-platform const_cast for range-based for loops. | |
| #define AS_CONST | ( | x | ) |
Cross-platform const_cast for range-based for loops.
Provides std::as_const (C++17) or qAsConst (older) for safe iteration over containers that might be modified.