fix misspelling of the rapidjson include file thing

This commit is contained in:
Rasmus Karlsson 2018-08-11 14:10:20 +02:00
parent cf9560508c
commit 6fa32607d3
2 changed files with 2 additions and 2 deletions

View file

@ -270,7 +270,7 @@ HEADERS += \
src/common/NullablePtr.hpp \
src/common/Property.hpp \
src/common/ProviderId.hpp \
src/uril/RapidJsonSerializeQString.hpp \
src/util/RapidJsonSerializeQString.hpp \
src/common/SignalVectorModel.hpp \
src/common/Version.hpp \
src/controllers/accounts/Account.hpp \

View file

@ -6,7 +6,7 @@
#include "messages/MessageElement.hpp"
#include "messages/layouts/MessageLayout.hpp"
#include "messages/layouts/MessageLayoutElement.hpp"
#include "uril/RapidJsonSerializeQString.hpp"
#include "util/RapidJsonSerializeQString.hpp"
#include "widgets/BaseWidget.hpp"
#include "widgets/helper/ChannelView.hpp"
#include "widgets/helper/EffectLabel.hpp"