From 715b92f461b6585bfe939b6be76825cdee7c62b2 Mon Sep 17 00:00:00 2001 From: APTX Date: Thu, 23 Nov 2017 21:28:18 +0900 Subject: [PATCH] Add missing UpdateCommand --- anidbudpclient.pro | 3 ++- include/AniDBUdpClient/UpdateCommand | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 include/AniDBUdpClient/UpdateCommand diff --git a/anidbudpclient.pro b/anidbudpclient.pro index 9c82ca0..655ef88 100644 --- a/anidbudpclient.pro +++ b/anidbudpclient.pro @@ -90,7 +90,8 @@ CONV_HEADERS += include/AniDBUdpClient/Client \ include/AniDBUdpClient/Hash \ include/AniDBUdpClient/ClientSentCommandsModel \ include/AniDBUdpClient/ClientQueuedCommandsModel \ - include/AniDBUdpClient/FileRenameDelegate + include/AniDBUdpClient/FileRenameDelegate \ + include/AniDBUdpClient/UpdateCommand !noencrypt { CONFIG += crypto diff --git a/include/AniDBUdpClient/UpdateCommand b/include/AniDBUdpClient/UpdateCommand new file mode 100644 index 0000000..ee84b27 --- /dev/null +++ b/include/AniDBUdpClient/UpdateCommand @@ -0,0 +1 @@ +#include "../../updatecommand.h" \ No newline at end of file -- 2.52.0