Skip to content
Snippets Groups Projects

Reduce include dependences in GUI; break cyclic dependence between View and Model

Merged Wuttke, Joachim requested to merge sf7 into develop
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -38,10 +38,4 @@ QString createUuid();
@@ -38,10 +38,4 @@ QString createUuid();
} // namespace GUI::Util::Path
} // namespace GUI::Util::Path
inline std::ostream& operator<<(std::ostream& stream, const QString& str)
{
stream << str.toStdString();
return stream;
}
#endif // BORNAGAIN_GUI_UTILS_PATH_H
#endif // BORNAGAIN_GUI_UTILS_PATH_H
Loading