mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 14:31:29 +02:00
LCL-QT5: Clean uses sections.
git-svn-id: trunk@63328 -
This commit is contained in:
parent
4e587ce8f0
commit
1df930db48
@ -22,10 +22,12 @@ interface
|
||||
{$I qtdefines.inc}
|
||||
|
||||
uses
|
||||
InterfaceBase,
|
||||
// Bindings
|
||||
qt5,
|
||||
GraphType,
|
||||
LazUTF8;
|
||||
// LazUtils
|
||||
GraphType, LazUTF8,
|
||||
// LCL
|
||||
InterfaceBase;
|
||||
|
||||
const
|
||||
EVE_IO_READ = 1;
|
||||
|
@ -26,9 +26,9 @@ uses
|
||||
qt5,
|
||||
qtprivate, qtwidgets, qtproc, QtWsControls,
|
||||
// RTL
|
||||
math,
|
||||
Classes, Types, SysUtils, math,
|
||||
// LCL
|
||||
Classes, Types, StdCtrls, Controls, Forms, SysUtils, InterfaceBase, LCLType,
|
||||
StdCtrls, Controls, Forms, LCLType,
|
||||
// Widgetset
|
||||
WSProc, WSStdCtrls, WSLCLClasses;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user