From 4972ac1d537bab37aa73635c49067d75913f5662 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Thu, 29 Dec 2016 14:17:46 +0000 Subject: [PATCH] fix: fix warning about missing (removed) `cdata.h` Missed in 152c134a4bf402e9fe613076ac3e154ee0429238. --- qtox.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/qtox.pro b/qtox.pro index 555bf9572..cd96fa2a0 100644 --- a/qtox.pro +++ b/qtox.pro @@ -405,7 +405,6 @@ HEADERS += \ src/chatlog/customtextdocument.h \ src/chatlog/documentcache.h \ src/chatlog/pixmapcache.h \ - src/core/cdata.h \ src/core/core.h \ src/core/coreav.h \ src/core/coredefines.h \