diff --git a/_abstract_byte_buffer_8cpp_source.html b/_abstract_byte_buffer_8cpp_source.html
index 941bdb0a..ec1ed835 100644
--- a/_abstract_byte_buffer_8cpp_source.html
+++ b/_abstract_byte_buffer_8cpp_source.html
@@ -283,7 +283,7 @@ $(function(){ initResizable(false); });
169 WORD* ptr = (WORD*) this->
getContentAt(rawOffset, size);
170 if (ptr == NULL)
return "";
- 171 return QString::fromUtf16(ptr,
static_cast<int>(len));
+ 171 return QString::fromUtf16(
reinterpret_cast<const char16_t*
>(ptr),
static_cast<int>(len));
@@ -299,7 +299,7 @@ $(function(){ initResizable(false); });
- 185 return QString::fromUtf16(ptr,
static_cast<int>(asciiLen));
+ 185 return QString::fromUtf16(
reinterpret_cast<const char16_t*
>(ptr),
static_cast<int>(asciiLen));
diff --git a/_resource_version_wrapper_8h_source.html b/_resource_version_wrapper_8h_source.html
index ce74b62e..04a3842a 100644
--- a/_resource_version_wrapper_8h_source.html
+++ b/_resource_version_wrapper_8h_source.html
@@ -158,12 +158,10 @@ $(function(){ initResizable(false); });
-
-
-
-
+
+
-
+
@@ -176,7 +174,7 @@ $(function(){ initResizable(false); });
virtual size_t getSubFieldsCount()
-friend class ResourceContentFactory
+friend class ResourceContentFactory
virtual bufsize_t getSize()
virtual void * getFieldPtr(size_t fieldId, size_t subField)
diff --git a/_wrapped_value_8cpp_source.html b/_wrapped_value_8cpp_source.html
index 276e1f65..1c92a4d1 100644
--- a/_wrapped_value_8cpp_source.html
+++ b/_wrapped_value_8cpp_source.html
@@ -113,7 +113,7 @@ $(function(){ initResizable(false); });
- 21 return QString::fromUtf16(strPtr,
static_cast<int>(wSize));
+ 21 return QString::fromUtf16(
reinterpret_cast<const char16_t*
>(strPtr),
static_cast<int>(wSize));
23 return QVariant(
"...");
diff --git a/class_resource_version_wrapper.html b/class_resource_version_wrapper.html
index 21fc1b28..274f6ce5 100644
--- a/class_resource_version_wrapper.html
+++ b/class_resource_version_wrapper.html
@@ -855,7 +855,7 @@ Here is the call graph for this function: