mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 08:00:30 +01:00
Qt5/Qt6: Fix compliation for 1475336
This commit is contained in:
parent
e9c10a2e4a
commit
da0da15487
@ -842,7 +842,7 @@ var
|
||||
implementation
|
||||
|
||||
uses
|
||||
Controls, qtproc;
|
||||
Controls, LazUtilities, qtproc;
|
||||
|
||||
const
|
||||
ClipbBoardTypeToQtClipboard: array[TClipboardType] of QClipboardMode =
|
||||
|
||||
@ -849,7 +849,7 @@ var
|
||||
implementation
|
||||
|
||||
uses
|
||||
Controls, qtproc, math;
|
||||
Controls, LazUtilities, qtproc, math;
|
||||
|
||||
const
|
||||
ClipbBoardTypeToQtClipboard: array[TClipboardType] of QClipboardMode =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user