mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Fix weak vtables
This commit is contained in:
@@ -24,6 +24,9 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CDropBase
|
||||
{
|
||||
public:
|
||||
//! Dtor
|
||||
virtual ~CDropBase();
|
||||
|
||||
//! Accepted ids
|
||||
void setAcceptedMetaTypeIds(const QList<int> &ids);
|
||||
|
||||
@@ -48,9 +51,6 @@ namespace BlackGui
|
||||
//! Mime data to CVariant (normally encapsulating a value object)
|
||||
BlackMisc::CVariant toCVariant(const QMimeData *mime) const;
|
||||
|
||||
//! Dtor
|
||||
virtual ~CDropBase() {}
|
||||
|
||||
protected:
|
||||
//! Ctor
|
||||
CDropBase();
|
||||
|
||||
Reference in New Issue
Block a user