mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 02:43:41 +02:00
46 lines
1.4 KiB
ObjectPascal
46 lines
1.4 KiB
ObjectPascal
{ $Id$}
|
|
{
|
|
*****************************************************************************
|
|
* QtWSImgList.pp *
|
|
* -------------- *
|
|
* *
|
|
* *
|
|
*****************************************************************************
|
|
|
|
*****************************************************************************
|
|
This file is part of the Lazarus Component Library (LCL)
|
|
|
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
|
for details about the license.
|
|
*****************************************************************************
|
|
}
|
|
unit QtWSImgList;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
////////////////////////////////////////////////////
|
|
// I M P O R T A N T
|
|
////////////////////////////////////////////////////
|
|
// To get as little as posible circles,
|
|
// uncomment only when needed for registration
|
|
////////////////////////////////////////////////////
|
|
// ImgList,
|
|
////////////////////////////////////////////////////
|
|
WSImgList, WSLCLClasses;
|
|
|
|
type
|
|
|
|
{ TQtWSCustomImageListResolution }
|
|
|
|
TQtWSCustomImageListResolution = class(TWSCustomImageListResolution)
|
|
published
|
|
end;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|