Krita Source Code Documentation
Loading...
Searching...
No Matches
StoryboardUtils.cpp File Reference
#include "StoryboardUtils.h"

Go to the source code of this file.

Functions

QModelIndex siblingAtRow (const QModelIndex &index, int row)
 

Function Documentation

◆ siblingAtRow()

QModelIndex siblingAtRow ( const QModelIndex & index,
int row )

Definition at line 3 of file StoryboardUtils.cpp.

4{
5 return index.siblingAtRow(row);
6}