Technically the member function 'VCommandLine::OptTiledPageOrientation' can be
const. --HG-- branch : develop
This commit is contained in:
parent
349863b033
commit
dd452e66a8
|
@ -604,7 +604,7 @@ VAbstractLayoutDialog::PaperSizeTemplate VCommandLine::OptTiledPaperSize() const
|
|||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
PageOrientation VCommandLine::OptTiledPageOrientation()
|
||||
PageOrientation VCommandLine::OptTiledPageOrientation() const
|
||||
{
|
||||
return static_cast<PageOrientation>(not IsOptionSet(LONG_OPTION_TILED_PDF_LANDSCAPE));
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ public:
|
|||
|
||||
QMarginsF TiledPageMargins() const;
|
||||
VAbstractLayoutDialog::PaperSizeTemplate OptTiledPaperSize() const;
|
||||
PageOrientation OptTiledPageOrientation();
|
||||
PageOrientation OptTiledPageOrientation() const;
|
||||
|
||||
protected:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user