mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 23:51:33 +08:00
Fix MSVC compiler warning C4275 (#361)
The CFloatingDockContainer is exported, but inherits from a base class that is not exported. This triggers a compiler warning under MSVC toolchain. This patch fixes the issue by exporting the IFloatingWidget class.
This commit is contained in:
parent
5f89dd0465
commit
a24221c002
@ -65,7 +65,7 @@ class CDockingStateReader;
|
|||||||
* This interface is used for opaque and non-opaque undocking. If opaque
|
* This interface is used for opaque and non-opaque undocking. If opaque
|
||||||
* undocking is used, the a real CFloatingDockContainer widget will be created
|
* undocking is used, the a real CFloatingDockContainer widget will be created
|
||||||
*/
|
*/
|
||||||
class IFloatingWidget
|
class ADS_EXPORT IFloatingWidget
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~IFloatingWidget() = default;
|
virtual ~IFloatingWidget() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user