Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qqnxglobal.h
Go to the documentation of this file.
1
// Copyright (C) 2011 - 2014 BlackBerry Limited. All rights reserved.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#ifndef QQNXGLOBAL_H
5
#define QQNXGLOBAL_H
6
7
#include <
qglobal.h
>
8
9
QT_BEGIN_NAMESPACE
10
11
void
qScreenCheckError
(
int
rc,
const
char
*funcInfo,
const
char
*
message
,
bool
critical);
12
13
#define Q_SCREEN_CHECKERROR(x, message) \
14
qScreenCheckError(x, Q_FUNC_INFO, message, false)
15
16
#define Q_SCREEN_CRITICALERROR(x, message) \
17
qScreenCheckError(x, Q_FUNC_INFO, message, true)
18
19
QT_END_NAMESPACE
20
21
#endif
// QQNXGLOBAL_H
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
qglobal.h
message
GLuint GLsizei const GLchar * message
Definition
qopengles2ext.h:154
qScreenCheckError
QT_BEGIN_NAMESPACE void qScreenCheckError(int rc, const char *funcInfo, const char *message, bool critical)
Definition
qqnxglobal.cpp:10
qtbase
src
plugins
platforms
qnx
qqnxglobal.h
Generated by
1.9.7