Fix networkOperationToString

This commit is contained in:
Roland Rossgotterer
2019-10-08 10:59:40 +02:00
committed by Mat Sutcliffe
parent d3c0e75248
commit 18821c2a30

View File

@@ -549,8 +549,8 @@ namespace BlackMisc
static const QString h("HEAD");
static const QString g("GET");
static const QString put("PUT");
static const QString d("POST");
static const QString post("DELETE");
static const QString d("DELETE");
static const QString post("POST");
static const QString c("custom");
static const QString u("unknown");