Doc: Fix documentation warnings for Qt Print Support
Task-number: QTBUG-86295 Change-Id: I8121f7c127896e57ec2e7636828af36bb83acfe3 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
0428383915
commit
803e7e0327
@ -61,7 +61,7 @@ public:
|
||||
explicit QPageSetupDialog(QWidget *parent = nullptr);
|
||||
~QPageSetupDialog();
|
||||
|
||||
#if defined(Q_OS_MAC) || defined(Q_OS_WIN)
|
||||
#if defined(Q_OS_MAC) || defined(Q_OS_WIN) || defined(Q_QDOC)
|
||||
void setVisible(bool visible) override;
|
||||
#endif
|
||||
int exec() override;
|
||||
|
@ -169,7 +169,7 @@
|
||||
\include module-use.qdocinc using qt module
|
||||
\snippet snippets/CMakeLists.txt cmake_use
|
||||
|
||||
See also the \l[QtDoc]{Build with CMake} overview.
|
||||
See also the \l {Build with CMake} overview.
|
||||
|
||||
\include module-use.qdocinc building with qmake
|
||||
\snippet snippets/snippets.pro qmake_use
|
||||
|
Loading…
Reference in New Issue
Block a user