Qt: added lcReceivesLMClearCutCopyPasteReliably = LCL_CAPABILITY_NO, since qt doesn't support sending of LM_COPY,LM_PASTE,LM_CUT at this moment.part of issue #20475

git-svn-id: trunk@33037 -
This commit is contained in:
zeljko 2011-10-23 06:06:35 +00:00
parent 2e2567a84d
commit 7d4cbadd45

View File

@ -615,6 +615,8 @@ begin
{$ifdef MSWINDOWS} LCL_CAPABILITY_YES {$else} LCL_CAPABILITY_NO {$endif};
lcNeedMininimizeAppWithMainForm: Result :=
{$ifdef HASX11} LCL_CAPABILITY_YES {$else} LCL_CAPABILITY_NO {$endif};
{when issue #20475 is fixed, then set this to LCL_CAPABILITY_YES}
lcReceivesLMClearCutCopyPasteReliably: Result := LCL_CAPABILITY_NO;
else
Result := inherited GetLCLCapability(ACapability);
end;