cutter/src/common/BugReporting.h

11 lines
196 B
C
Raw Normal View History

#ifndef CRASHREPORTING_H
#define CRASHREPORTING_H
/**
* @brief Opens issue on Cutter's github page
* with current file and system information.
*/
void openIssue();
#endif // CRASHREPORTING_H