[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.
This commit is contained in:
parent
3c387a11c9
commit
bb9cca643f
@ -130,4 +130,5 @@ ModuleSystemTests::testBadFromStringCases()
|
|||||||
|
|
||||||
QTEST_GUILESS_MAIN( ModuleSystemTests )
|
QTEST_GUILESS_MAIN( ModuleSystemTests )
|
||||||
|
|
||||||
|
#include "utils/moc-warnings.h"
|
||||||
#include "Tests.moc"
|
#include "Tests.moc"
|
||||||
|
@ -285,4 +285,5 @@ Manager::asynchronouseGet( const QUrl& url, const CalamaresUtils::Network::Reque
|
|||||||
} // namespace Network
|
} // namespace Network
|
||||||
} // namespace CalamaresUtils
|
} // namespace CalamaresUtils
|
||||||
|
|
||||||
|
#include "utils/moc-warnings.h"
|
||||||
#include "Manager.moc"
|
#include "Manager.moc"
|
||||||
|
Loading…
Reference in New Issue
Block a user