forked from qt-creator/qt-creator
Add final specifies to classes
Warning -Wfinal-dtor-non-final-class in clang trunk Change-Id: I2bf17064bf8898eab10b82b69583a283157766d0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -110,7 +110,7 @@ private:
|
||||
using GlobalBreakpoint = QPointer<GlobalBreakpointItem>;
|
||||
using GlobalBreakpoints = QList<GlobalBreakpoint>;
|
||||
|
||||
class BreakpointItem : public QObject, public Utils::TypedTreeItem<SubBreakpointItem>
|
||||
class BreakpointItem final : public QObject, public Utils::TypedTreeItem<SubBreakpointItem>
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Debugger::Internal::BreakHandler)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user