mirror of
https://github.com/QuasarApp/qthttpserver.git
synced 2025-04-27 19:04:31 +00:00
Remove a member variable unused
Change-Id: Iacb3259742ca1d3e352624d953b5f5581cb72102 Reviewed-by: Mikhail Svetkin <mikhail.svetkin@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
f72ced1671
commit
9f7bf6654b
@ -58,7 +58,6 @@ class QHttpServerRequestPrivate : public QSharedData
|
|||||||
public:
|
public:
|
||||||
QHttpServerRequestPrivate();
|
QHttpServerRequestPrivate();
|
||||||
|
|
||||||
quint16 port = 0;
|
|
||||||
enum class State {
|
enum class State {
|
||||||
NotStarted,
|
NotStarted,
|
||||||
OnMessageBegin,
|
OnMessageBegin,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user