mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
fixed compilation in macosx
This commit is contained in:
@ -19,6 +19,7 @@
|
|||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
class MacToolBarSeparator : public QWidget
|
class MacToolBarSeparator : public QWidget
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
MacToolBarSeparator(int width = 10, QWidget * parent =0)
|
MacToolBarSeparator(int width = 10, QWidget * parent =0)
|
||||||
:QWidget(parent)
|
:QWidget(parent)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user