Krita Source Code Documentation
Loading...
Searching...
No Matches
StoryboardUtils.cpp
Go to the documentation of this file.
1#include "StoryboardUtils.h"
2
3QModelIndex siblingAtRow(const QModelIndex &index, int row)
4{
5 return index.siblingAtRow(row);
6}
QModelIndex siblingAtRow(const QModelIndex &index, int row)