mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
General improvements and bug fixes
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
#include "message.h"
|
||||
|
||||
Message::Message(State state, const QStringList& args) :
|
||||
m_valid(true),
|
||||
m_state(state),
|
||||
m_args(args),
|
||||
m_valid(true)
|
||||
m_args(args)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user