Fix Qt deprecation warnings. QPrinter::orientation() and QPrinter::setOrientation() are obsolete.
This commit is contained in:
committed by
wwmayer
parent
a9945500d8
commit
5b4e76b834
@@ -121,7 +121,11 @@ private:
|
||||
std::string m_objectName;
|
||||
|
||||
QString m_currentPath;
|
||||
#if QT_VERSION >= 0x050300
|
||||
QPageLayout::Orientation m_orientation;
|
||||
#else
|
||||
QPrinter::Orientation m_orientation;
|
||||
#endif
|
||||
QPrinter::PageSize m_pageSize;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user