(76d861f39f5d063a0e065c7e3646606ed6a3b9d1)
#include <AppKit/AppKit.h>
#include "qcocoansmenu.h"
#include "qcocoamenu.h"
#include "qcocoamenuitem.h"
#include "qcocoamenubar.h"
#include "qcocoawindow.h"
#include "qnsview.h"
#include "qcocoahelpers.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qcoreevent.h>
#include <QtCore/qvarlengtharray.h>
#include <QtGui/private/qapplekeymapper_p.h>
#include <QtCore/qpointer.h>
Go to the source code of this file.
◆ CHECK_MENU_CLASS
#define CHECK_MENU_CLASS |
( |
| menu | ) |
|
Value:
__FUNCTION__, "Menu is not a QCocoaNSMenu")
#define Q_ASSERT_X(cond, x, msg)
Definition at line 115 of file qcocoansmenu.mm.
◆ qt_mac_removePrivateUnicode()
NSString * qt_mac_removePrivateUnicode |
( |
NSString * | string | ) |
|
|
static |