diff options
Diffstat (limited to 'common/commands.cpp')
-rw-r--r-- | common/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commands.cpp b/common/commands.cpp index a92b455..0ec2c7b 100644 --- a/common/commands.cpp +++ b/common/commands.cpp | |||
@@ -80,7 +80,7 @@ int headerSize() | |||
80 | 80 | ||
81 | void write(QLocalSocket *device, int messageId, int commandId) | 81 | void write(QLocalSocket *device, int messageId, int commandId) |
82 | { | 82 | { |
83 | write(device, messageId, commandId, 0, 0); | 83 | write(device, messageId, commandId, nullptr, 0); |
84 | } | 84 | } |
85 | 85 | ||
86 | static void write(QLocalSocket *device, const char *buffer, uint size) | 86 | static void write(QLocalSocket *device, const char *buffer, uint size) |