Don't use exceptions as part of normal flow (#872)

This commit is contained in:
Murat Seker
2020-07-19 14:44:59 +02:00
committed by GitHub
parent a8954f2cc0
commit c85b4c530c
3 changed files with 37 additions and 56 deletions

View File

@@ -19,11 +19,11 @@ public:
void setBaseUrl(const QString& url);
void exec(const QStringList & args,QtHttpRequest * request, QtHttpReply * reply);
// cgi commands
private:
// CGI commands
void cmd_cfg_jsonserver();
void cmd_runscript ();
private:
QtHttpReply * _reply;
QtHttpRequest * _request;
QStringList _args;