mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-15 17:08:48 +02:00
SQLdb: added pqteventmonitor.pas unit to LPK, bug #39097
git-svn-id: trunk@65348 -
This commit is contained in:
parent
8b62aae17b
commit
63997559b2
@ -51,6 +51,10 @@ With the exception of the unit registersqldb, which is GPL-2. This unit contains
|
|||||||
<Filename Value="sqldbstrconst.pas"/>
|
<Filename Value="sqldbstrconst.pas"/>
|
||||||
<UnitName Value="sqldbstrconst"/>
|
<UnitName Value="sqldbstrconst"/>
|
||||||
</Item>
|
</Item>
|
||||||
|
<Item>
|
||||||
|
<Filename Value="pqteventmonitor.pas"/>
|
||||||
|
<UnitName Value="PQTEventMonitor"/>
|
||||||
|
</Item>
|
||||||
</Files>
|
</Files>
|
||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
|
@ -8,8 +8,8 @@ unit SQLDBLaz;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, sqldbstrconst,
|
registersqldb, SQLStringsPropertyEditorDlg, generatesqldlg, SqlDbStrConst,
|
||||||
LazarusPackageIntf;
|
PQTEventMonitor, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user