mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2022-11-09 Fred Gleason <fredg@paravelsystems.com>
* Added a file format check to the 'Image Manager' dialog in rdadmin(1) to ensure that only JPEG or PNG formatted image files can be imported. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -111,6 +111,7 @@ QList<pid_t> RDGetPids(const QString &program);
|
||||
int RDCheckExitCode(const QString &msg,int exit_code);
|
||||
int RDCheckExitCode(RDConfig *config,const QString &msg,int exit_code);
|
||||
int RDCheckReturnCode(const QString &msg,int code,int ok_value);
|
||||
QString RDMimeType(const QString &filename,bool *ok);
|
||||
|
||||
|
||||
#endif // RDCONF_H
|
||||
|
Reference in New Issue
Block a user