mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
export QMacStyle like any other
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7f872f3160
commit
11a9be9243
1 changed files with 1 additions and 8 deletions
|
@ -52,17 +52,10 @@ QT_BEGIN_NAMESPACE
|
|||
#if defined(Q_WS_MAC) && !defined(QT_NO_STYLE_MAC)
|
||||
|
||||
class QPalette;
|
||||
|
||||
#if defined(QT_PLUGIN)
|
||||
#define Q_GUI_EXPORT_STYLE_MAC
|
||||
#else
|
||||
#define Q_GUI_EXPORT_STYLE_MAC Q_GUI_EXPORT
|
||||
#endif
|
||||
|
||||
class QPushButton;
|
||||
class QStyleOptionButton;
|
||||
class QMacStylePrivate;
|
||||
class Q_GUI_EXPORT_STYLE_MAC QMacStyle : public QWindowsStyle
|
||||
class Q_GUI_EXPORT QMacStyle : public QWindowsStyle
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue