mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 03:08:27 +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
|
// RTL
|
||||||
math,
|
math,
|
||||||
// LCL
|
// LCL
|
||||||
Classes, Types, StdCtrls, Controls, Graphics, Forms, SysUtils, InterfaceBase, LCLType, LCLIntf, LCLProc,
|
Classes, Types, StdCtrls, Controls, Forms, SysUtils, InterfaceBase, LCLType,
|
||||||
// Widgetset
|
// Widgetset
|
||||||
WSProc, WSStdCtrls, WSLCLClasses;
|
WSProc, WSStdCtrls, WSLCLClasses;
|
||||||
|
|
||||||
@ -263,9 +263,6 @@ type
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
|
||||||
LMessages;
|
|
||||||
|
|
||||||
const
|
const
|
||||||
QtMaxEditLength = 32767;
|
QtMaxEditLength = 32767;
|
||||||
WordWrapMap: array[Boolean] of QTextEditLineWrapMode =
|
WordWrapMap: array[Boolean] of QTextEditLineWrapMode =
|
||||||
|
Loading…
Reference in New Issue
Block a user