Skip to content
Snippets Groups Projects
Commit 2a3c82cd authored by Thomas Fischer's avatar Thomas Fischer 💬
Browse files

Updating comments on QPrinter::PageSize vs QPrinter::PaperSize

parent 23c75073
No related branches found
No related tags found
No related merge requests found
......@@ -1762,14 +1762,14 @@ public:
/**
* Returns the preferred page size for printing.
*
* @return The preferred page size, cast it to QPrinter::PageSize
* @return The preferred page size, cast it to QPrinter::PaperSize
*/
int pageSize() const;
/**
* Changes the preferred page size when printing.
*
* @param paperFormat the new preferred page size in the format QPrinter::PageSize
* @param paperFormat the new preferred page size in the format QPrinter::PaperSize
*/
void setPageSize(int paperFormat);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment