mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
Fixed compiler warning for MSVC
This commit is contained in:
parent
8057d25f35
commit
e1044c3e91
@ -29,7 +29,7 @@ class ADS_EXPORT CIconProvider
|
|||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
IconProviderPrivate* d; ///< private data (pimpl)
|
IconProviderPrivate* d; ///< private data (pimpl)
|
||||||
friend class IconProviderPrivate;
|
friend struct IconProviderPrivate;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user