mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 12:32:55 +02:00
Qt: qtwsstdctrls - removed unused units
git-svn-id: trunk@24245 -
This commit is contained in:
parent
18b2bcb1d9
commit
ac6443ca7f
@ -35,7 +35,7 @@ uses
|
||||
// RTL
|
||||
math,
|
||||
// LCL
|
||||
Classes, Types, StdCtrls, Controls, Graphics, Forms, SysUtils, InterfaceBase, LCLType, LCLIntf, LCLProc,
|
||||
Classes, Types, StdCtrls, Controls, Forms, SysUtils, InterfaceBase, LCLType,
|
||||
// Widgetset
|
||||
WSProc, WSStdCtrls, WSLCLClasses;
|
||||
|
||||
@ -263,9 +263,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
LMessages;
|
||||
|
||||
const
|
||||
QtMaxEditLength = 32767;
|
||||
WordWrapMap: array[Boolean] of QTextEditLineWrapMode =
|
||||
|
Loading…
Reference in New Issue
Block a user