Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-14 | quotient_common.h for common namespace things | Kitsune Ral | |
The two main cases for this header file are: * namespace QMatrixClient = Quotient should occur exactly once, to respect ODR. * Q_NAMESPACE for namespace Quotient (to enable Q_ENUM_NS, particularly) must be defined exactly once, for the same reason. |