lazarus/lcl/interfaces/qt5/qtwsimglist.pp
ondrej dabf59fef5 LCL: High-DPI ImageList: Qt+Qt5 fixes
git-svn-id: branches/HiDPIImageList@57046 -
2018-01-11 05:01:51 +00:00

45 lines
1.4 KiB
ObjectPascal

{
*****************************************************************************
* 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
{ TQtWSCustomImageList }
TQtWSCustomImageListResolution = class(TWSCustomImageListResolution)
published
end;
implementation
end.