0032429: Coding - Warnings during compilation on macosx arm64 with option BUILD_Inspe...
[occt.git] / tools / DFBrowserPane / DFBrowserPane_AttributePaneModel.hxx
index 804372c..e9b9d6d 100644 (file)
@@ -104,7 +104,7 @@ public:
   //! Returns flags for the item: ItemIsEnabled | Qt::ItemIsSelectable
   //! \param theIndex a model index
   //! \return flags
   //! Returns flags for the item: ItemIsEnabled | Qt::ItemIsSelectable
   //! \param theIndex a model index
   //! \return flags
-  Qt::ItemFlags flags (const QModelIndex& theIndex) const
+  virtual Qt::ItemFlags flags (const QModelIndex& theIndex) const Standard_OVERRIDE
   { return theIndex.isValid() ? Qt::ItemIsEnabled | Qt::ItemIsSelectable : Qt::NoItemFlags; }
 
 private:
   { return theIndex.isValid() ? Qt::ItemIsEnabled | Qt::ItemIsSelectable : Qt::NoItemFlags; }
 
 private: