Krita Source Code Documentation
Loading...
Searching...
No Matches
StoryboardUtils.h
Go to the documentation of this file.
1#ifndef STORYBOARD_UTILS_H
2#define STORYBOARD_UTILS_H
3
4#include <QModelIndex>
5
6QModelIndex siblingAtRow(const QModelIndex& index, int row);
7
8#endif
QModelIndex siblingAtRow(const QModelIndex &index, int row)