Qt 4.8
|
#include "qplatformdefs.h"
#include <qfile.h>
#include "qlibrary_p.h"
#include <qcoreapplication.h>
#include <private/qfilesystementry_p.h>
#include <private/qcore_mac_p.h>
#include <dlfcn.h>
Go to the source code of this file.
Functions | |
static QString | qdlerror () |
Q_CORE_EXPORT void * | qt_mac_resolve_sys (void *handle, const char *symbol) |
|
static |
Definition at line 71 of file qlibrary_unix.cpp.
Referenced by QLibraryPrivate::load_sys(), QLibraryPrivate::resolve_sys(), and QLibraryPrivate::unload_sys().
Q_CORE_EXPORT void* qt_mac_resolve_sys | ( | void * | handle, |
const char * | symbol | ||
) |
Definition at line 287 of file qlibrary_unix.cpp.