mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #624 Remove noexcept from destructors, which are implicitly noexcept.
This commit is contained in:
@@ -86,7 +86,7 @@ namespace BlackMisc
|
||||
|
||||
const QString &operationName() const { return m_operationName; }
|
||||
|
||||
~CVariantException() Q_DECL_NOEXCEPT {}
|
||||
~CVariantException() {}
|
||||
|
||||
private:
|
||||
QString m_operationName;
|
||||
|
||||
Reference in New Issue
Block a user