mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:59:16 +02:00
Revert "Qt5: added QPixmapCache_Clear() to pascal binding. part of issue #38844"
This reverts commit df61f81b7d
.
This commit is contained in:
parent
9c8ed5dcb9
commit
9beb9b6c38
@ -8959,8 +8959,6 @@ procedure QIcon_setThemeSearchPaths(searchpath: QStringListH); cdecl; external Q
|
||||
procedure QIcon_themeName(retval: PWideString); cdecl; external Qt5PasLib name 'QIcon_themeName';
|
||||
procedure QIcon_setThemeName(path: PWideString); cdecl; external Qt5PasLib name 'QIcon_setThemeName';
|
||||
|
||||
procedure QPixmapCache_Clear(); cdecl; external Qt5PasLib name 'QPixmapCache_Clear';
|
||||
|
||||
function QPixmap_Create(): QPixmapH; cdecl; external Qt5PasLib name 'QPixmap_Create';
|
||||
procedure QPixmap_Destroy(handle: QPixmapH); cdecl; external Qt5PasLib name 'QPixmap_Destroy';
|
||||
function QPixmap_Create(w: Integer; h: Integer): QPixmapH; cdecl; external Qt5PasLib name 'QPixmap_Create2';
|
||||
|
Loading…
Reference in New Issue
Block a user