diff --git a/Documentation/DeveloperHelpSources/building.docu b/Documentation/DeveloperHelpSources/building.docu
index 79c6a9704bd767118c1213f8097dd0bf5519b054..7559456f1f5a0c94abc3c50476a4617e3731ff12 100644
--- a/Documentation/DeveloperHelpSources/building.docu
+++ b/Documentation/DeveloperHelpSources/building.docu
@@ -9,7 +9,7 @@ OpenFlipper.
\section reqlibs Required libraries
-- 5.9 <= Qt <= 5.13 ( http://www.qt.io/download/ ) Use the OpenGL version. If you install Qt, please make sure that QtScript is also installed.
+- 5.11 <= Qt <= 5.13 ( http://www.qt.io/download/ ) Use the OpenGL version. If you install Qt, please make sure that QtScript is also installed.
\section optlibs Optional libraries ( Without these libraries some functionality might not be available)
diff --git a/common/UpdateType.hh b/common/UpdateType.hh
index ecb9fea052b9361a02cab203e0c1fde74a5b77e6..09808646b346e2b0ec39879fecf63798a20c558f 100644
--- a/common/UpdateType.hh
+++ b/common/UpdateType.hh
@@ -78,10 +78,10 @@ class DLLEXPORT UpdateType {
/// Check if this update contains the given UpdateType
bool contains( const UpdateType& _type ) const;
- friend std::ostream &operator<< (
- std::ostream &os, const UpdateType &type) {
- return os << type.type_;
- }
+// friend std::ostream &operator<< (
+// std::ostream &os, const UpdateType &type) {
+// return os << type.type_;
+// }
private:
UpdateTypeSet type_;