Skip to content
Snippets Groups Projects

Fix deprecations + updates

Merged Joscha Schmiedt requested to merge f-fix-deprecations into dev
4 files
+ 6
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -173,7 +173,7 @@ private:
@@ -173,7 +173,7 @@ private:
static ConnectionManager mInstance;
static ConnectionManager mInstance;
inline ConnectionManager() {};
ConnectionManager() = default;
auto mHasConnection(const std::string &name) const -> bool;
auto mHasConnection(const std::string &name) const -> bool;
Loading