23  Q_UNUSED( parentItem )
 
   24  return QVector<QgsDataItem *>();
 
virtual QVector< QgsDataItem * > createDataItems(const QString &path, QgsDataItem *parentItem)
Create a vector of instances of QgsDataItem (or nullptr) for given path and parent item.
 
virtual bool handlesDirectoryPath(const QString &path)
Returns true if the provider will handle the directory at the specified path.
 
Base class for all items in the model.