2018-10-25 00:19:38 +00:00
|
|
|
#ifndef DUST3D_SHORTCUTS_H
|
|
|
|
#define DUST3D_SHORTCUTS_H
|
2018-10-24 13:44:21 +00:00
|
|
|
#include <QMainWindow>
|
|
|
|
#include "skeletongraphicswidget.h"
|
|
|
|
|
2018-11-05 15:47:21 +00:00
|
|
|
void initShortCuts(QWidget *widget, SkeletonGraphicsWidget *graphicsWidget);
|
2018-10-24 13:44:21 +00:00
|
|
|
|
|
|
|
#endif
|