mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
Merge branch 'master' of https://github.com/fluxer/katie
This commit is contained in:
commit
00eacf4fd3
10 changed files with 18 additions and 14 deletions
|
@ -2455,4 +2455,6 @@ void QAccessible::updateAccessibility(QObject *object, int child, Event reason)
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#include "moc_qaccessible_mac_p.h"
|
||||||
|
|
||||||
#endif // QT_NO_ACCESSIBILITY
|
#endif // QT_NO_ACCESSIBILITY
|
||||||
|
|
|
@ -444,7 +444,7 @@ public:
|
||||||
*/
|
*/
|
||||||
class Q_AUTOTEST_EXPORT QAccessibleHierarchyManager : public QObject
|
class Q_AUTOTEST_EXPORT QAccessibleHierarchyManager : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
~QAccessibleHierarchyManager() { reset(); }
|
~QAccessibleHierarchyManager() { reset(); }
|
||||||
static QAccessibleHierarchyManager *instance();
|
static QAccessibleHierarchyManager *instance();
|
||||||
|
|
|
@ -225,6 +225,9 @@ elseif(KATIE_PLATFORM STREQUAL "mac")
|
||||||
${KATIE_LDFLAGS}
|
${KATIE_LDFLAGS}
|
||||||
-framework AppKit
|
-framework AppKit
|
||||||
-framework Carbon
|
-framework Carbon
|
||||||
-lz
|
)
|
||||||
|
set(EXTRA_GUI_LIBS
|
||||||
|
${EXTRA_GUI_LIBS}
|
||||||
|
${ZLIB_LIBRARIES}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -12150,8 +12150,6 @@ void QWidgetPrivate::syncUnifiedMode() {
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "moc_qwidget.h"
|
#include "moc_qwidget.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -52,17 +52,10 @@ QT_BEGIN_NAMESPACE
|
||||||
#if defined(Q_WS_MAC) && !defined(QT_NO_STYLE_MAC)
|
#if defined(Q_WS_MAC) && !defined(QT_NO_STYLE_MAC)
|
||||||
|
|
||||||
class QPalette;
|
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 QPushButton;
|
||||||
class QStyleOptionButton;
|
class QStyleOptionButton;
|
||||||
class QMacStylePrivate;
|
class QMacStylePrivate;
|
||||||
class Q_GUI_EXPORT_STYLE_MAC QMacStyle : public QWindowsStyle
|
class Q_GUI_EXPORT QMacStyle : public QWindowsStyle
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -759,7 +759,7 @@ QFontEngineGlyphCache *QFontEngine::glyphCache(void *key, QFontEngineGlyphCache:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(Q_WS_WIN) || defined(Q_WS_X11)
|
#if defined(Q_WS_WIN) || defined(Q_WS_X11) || defined(Q_WS_MAC)
|
||||||
static inline QFixed kerning(int left, int right, const QFontEngine::KernPair *pairs, int numPairs)
|
static inline QFixed kerning(int left, int right, const QFontEngine::KernPair *pairs, int numPairs)
|
||||||
{
|
{
|
||||||
uint left_right = (left << 16) + right;
|
uint left_right = (left << 16) + right;
|
||||||
|
|
|
@ -188,3 +188,5 @@ void QMacCocoaViewContainer::setCocoaView(void *cocoaViewToWrap)
|
||||||
}
|
}
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#include "moc_qmaccocoaviewcontainer_mac.h"
|
||||||
|
|
|
@ -445,3 +445,5 @@ QByteArray QAudioDeviceInfoInternal::defaultInputDevice()
|
||||||
}
|
}
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#include "moc_qaudiodeviceinfo_win32_p.h"
|
||||||
|
|
|
@ -632,3 +632,5 @@ void InputPrivate::trigger()
|
||||||
}
|
}
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#include "moc_qaudioinput_win32_p.h"
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "qaudiooutput_win32_p.h"
|
#include "qaudiooutput_win32_p.h"
|
||||||
#include <QtEndian>
|
#include "qendian.h"
|
||||||
|
|
||||||
#ifndef SPEAKER_FRONT_LEFT
|
#ifndef SPEAKER_FRONT_LEFT
|
||||||
#define SPEAKER_FRONT_LEFT 0x00000001
|
#define SPEAKER_FRONT_LEFT 0x00000001
|
||||||
|
@ -726,3 +726,5 @@ qint64 OutputPrivate::writeData(const char* data, qint64 len)
|
||||||
}
|
}
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#include "moc_qaudiooutput_win32_p.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue