diff --git a/src/printsupport/kernel/qprintengine_win.cpp b/src/printsupport/kernel/qprintengine_win.cpp index 2f8d8f0a384..14ffcaca96b 100644 --- a/src/printsupport/kernel/qprintengine_win.cpp +++ b/src/printsupport/kernel/qprintengine_win.cpp @@ -1414,6 +1414,9 @@ QVariant QWin32PrintEngine::property(PrintEnginePropertyKey key) const value.setValue(d->m_pageLayout); break; + case PPK_CustomBase: + break; + // No default so that compiler will complain if new keys added and not handled in this engine } return value;