calamares/src/libcalamares/modulesystem
Adriaan de Groot bb9cca643f [libcalamares] Avoid warnings from MOC-generated code
- Moc generates Q_UNUSED(_a); which in turn (with clang) issues
   a superfluous-semicolon warning. Existing code with automoc
   uses utils/moc-warnings.h to turn off warnings that are issued
   on moc code. Include it explicitly here because automoc isn't
   applied.
2019-09-23 11:50:06 +02:00
..
Actions.h [libcalamares] Namespace consistently 2019-09-15 20:38:16 +02:00
InstanceKey.h [libcalamares] Drop parts of InstanceKey API 2019-09-15 20:38:16 +02:00
Tests.cpp [libcalamares] Avoid warnings from MOC-generated code 2019-09-23 11:50:06 +02:00