#ifndef DUST3D_SHORTCUTS_H
#define DUST3D_SHORTCUTS_H
#include <QMainWindow>
#include "skeletongraphicswidget.h"
void initShortCuts(QWidget *widget, SkeletonGraphicsWidget *graphicsWidget);
#endif