]> Some of my projects - anidbudpclient.git/commitdiff
Add missing UpdateCommand
authorAPTX <marek321@gmail.com>
Thu, 23 Nov 2017 12:28:18 +0000 (21:28 +0900)
committerAPTX <marek321@gmail.com>
Thu, 23 Nov 2017 12:28:18 +0000 (21:28 +0900)
anidbudpclient.pro
include/AniDBUdpClient/UpdateCommand [new file with mode: 0644]

index 9c82ca047af87c5bb63c94c476d250e711911b0d..655ef8816d994f2098074840cefc5a0139afcc22 100644 (file)
@@ -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 (file)
index 0000000..ee84b27
--- /dev/null
@@ -0,0 +1 @@
+#include "../../updatecommand.h"
\ No newline at end of file