Remove Film::make_player().
[dcpomatic.git] / src / lib / send_problem_report_job.h
index 76a920ad3a3acfc003ffbc5b48b7a1220d803d04..8c4d9db253a6d02e116333ee791a23ecac63c0ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -17,9 +17,9 @@
 
 */
 
-#include <boost/filesystem.hpp>
-#include <dcp/types.h>
 #include "job.h"
+#include <dcp/types.h>
+#include <boost/filesystem.hpp>
 
 class SendProblemReportJob : public Job
 {
@@ -31,9 +31,12 @@ public:
                );
 
        std::string name () const;
+       std::string json_name () const;
        void run ();
 
 private:
+       void add_file (std::string& body, boost::filesystem::path file) const;
+
        std::string _from;
        std::string _summary;
 };