mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-31 14:01:59 +00:00
Fix code formatting for deprecated
This commit is contained in:
parent
5d63730b93
commit
a9c0b02668
@ -433,8 +433,7 @@ class QPDFJob
|
||||
QPDF_DLL
|
||||
static std::string json_out_schema(int version);
|
||||
|
||||
QPDF_DLL
|
||||
[[deprecated("use json_out_schema(version)")]] static std::string
|
||||
[[deprecated("use json_out_schema(version)")]] static std::string QPDF_DLL
|
||||
json_out_schema_v1();
|
||||
|
||||
// Provide a string that is the help information for specified
|
||||
@ -442,8 +441,7 @@ class QPDFJob
|
||||
QPDF_DLL
|
||||
static std::string job_json_schema(int version);
|
||||
|
||||
QPDF_DLL
|
||||
[[deprecated("use job_json_schema(version)")]] static std::string
|
||||
[[deprecated("use job_json_schema(version)")]] static std::string QPDF_DLL
|
||||
job_json_schema_v1();
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user