cutter/src/common/BugReporting.h
2019-04-09 09:44:44 +02:00

11 lines
196 B
C

#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