Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KDE Libraries
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Unmaintained
KDE Libraries
Commits
2a3c82cd
Commit
2a3c82cd
authored
11 years ago
by
Thomas Fischer
💬
Browse files
Options
Downloads
Patches
Plain Diff
Updating comments on QPrinter::PageSize vs QPrinter::PaperSize
parent
23c75073
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kdecore/localization/klocale.h
+2
-2
2 additions, 2 deletions
kdecore/localization/klocale.h
with
2 additions
and
2 deletions
kdecore/localization/klocale.h
+
2
−
2
View file @
2a3c82cd
...
...
@@ -1762,14 +1762,14 @@ public:
/**
* Returns the preferred page size for printing.
*
* @return The preferred page size, cast it to QPrinter::Pa
ge
Size
* @return The preferred page size, cast it to QPrinter::Pa
per
Size
*/
int
pageSize
()
const
;
/**
* Changes the preferred page size when printing.
*
* @param paperFormat the new preferred page size in the format QPrinter::Pa
ge
Size
* @param paperFormat the new preferred page size in the format QPrinter::Pa
per
Size
*/
void
setPageSize
(
int
paperFormat
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment