mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Fix gcc9 compiler warnings
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58407
This commit is contained in:
committed by
Mat Sutcliffe
parent
66a1a87805
commit
6b811f9d47
@@ -31,7 +31,7 @@ namespace BlackGui
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! Filter
|
//! Filter
|
||||||
bool eventFilter(QObject *object, QEvent *event);
|
virtual bool eventFilter(QObject *object, QEvent *event) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString m_illegalChars;
|
QString m_illegalChars;
|
||||||
|
|||||||
@@ -55,9 +55,6 @@ namespace BlackMisc
|
|||||||
//! Constructor
|
//! Constructor
|
||||||
IOrderable(int order);
|
IOrderable(int order);
|
||||||
|
|
||||||
//! Constructor
|
|
||||||
IOrderable(const IOrderable &orderable) : IOrderable(orderable.m_order) {}
|
|
||||||
|
|
||||||
//! \copydoc BlackMisc::Mixin::Index::propertyByIndex
|
//! \copydoc BlackMisc::Mixin::Index::propertyByIndex
|
||||||
CVariant propertyByIndex(const CPropertyIndex &index) const;
|
CVariant propertyByIndex(const CPropertyIndex &index) const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user