Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / send_problem_report_job.h
index c40011d0ce733696c09e0f343258e6071905aae7..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
@@ -31,6 +31,7 @@ public:
                );
 
        std::string name () const;
+       std::string json_name () const;
        void run ();
 
 private: