From: APTX Date: Thu, 23 Nov 2017 12:28:18 +0000 (+0900) Subject: Add missing UpdateCommand X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=715b92f461b6585bfe939b6be76825cdee7c62b2;p=anidbudpclient.git Add missing 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