mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
fixed compilation in macosx
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#ifdef Q_OS_MAC
|
||||
class MacToolBarSeparator : public QWidget
|
||||
{
|
||||
public:
|
||||
MacToolBarSeparator(int width = 10, QWidget * parent =0)
|
||||
:QWidget(parent)
|
||||
{
|
||||
@ -859,4 +860,4 @@ void MainWindowViewer::adjustToFullSizeSwitch()
|
||||
{
|
||||
Configuration::getConfiguration().setAdjustToFullSize(!Configuration::getConfiguration().getAdjustToFullSize());
|
||||
viewer->updatePage();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user