Qt 4.8
|
#include "qaction.h"
#include "qactiongroup.h"
#include "qaction_p.h"
#include "qapplication.h"
#include "qevent.h"
#include "qlist.h"
#include "qdebug.h"
#include <private/qshortcutmap_p.h>
#include <private/qapplication_p.h>
#include <private/qmenu_p.h>
#include "moc_qaction.cpp"
Go to the source code of this file.
Macros | |
#define | QAPP_CHECK(functionName) |
Functions | |
static QString | qt_strippedText (QString s) |
#define QAPP_CHECK | ( | functionName | ) |
Definition at line 55 of file qaction.cpp.
Referenced by QAction::setAutoRepeat(), QAction::setEnabled(), QAction::setShortcut(), QAction::setShortcutContext(), QAction::setShortcuts(), and QAction::setVisible().
Definition at line 66 of file qaction.cpp.
Referenced by QAction::setIconText(), and QAction::setToolTip().