Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_corelib_plugin_qlibrary.cpp File Reference

(a74a1ee297ad4540d9b28e2cdeebe02eafe3c3a7)

#include <QLibrary>
Include dependency graph for src_corelib_plugin_qlibrary.cpp:

Go to the source code of this file.

Macros

#define MY_EXPORT
 [4]

Functions

int examples (QLibrary *library)
MY_EXPORT int avg (int a, int b)
 [4]

Macro Definition Documentation

◆ MY_EXPORT

#define MY_EXPORT

[4]

Definition at line 45 of file src_corelib_plugin_qlibrary.cpp.

Function Documentation

◆ avg()

MY_EXPORT int avg ( int a,
int b )

[4]

[3]

Definition at line 50 of file src_corelib_plugin_qlibrary.cpp.

◆ examples()

int examples ( QLibrary * library)

[0]

[0]

[1]

[1]

[2]

[2]

Definition at line 6 of file src_corelib_plugin_qlibrary.cpp.