BreakPad.h 142 B

12345678
  1. #ifndef BREAKPAD_H
  2. #define BREAKPAD_H
  3. #include <QString>
  4. void installBreakPadHandler(const QString& name, const QString& destPath);
  5. #endif