ResInsight/Fwk
Magne Sjaastad ef637e3053
Move stream operator from AppEnum header
This PR will reduce the compile time of code using AppEnum. 

* AppEnum: Move QTextStream operator to avoid include of QTextStream
* Avoid use of iostream in cafAssert
rator to avoid include of QTextStream

Include file profiling shows that include of QTextStream is a performance issue. Create a non-templated base class for AppEnum. Implement the QTextStream operator for this interface.
2024-03-25 15:14:04 +01:00
..
AppFwk Move stream operator from AppEnum header 2024-03-25 15:14:04 +01:00
VizFwk Always link shader program if OglId is zero 2024-02-07 10:07:18 +01:00
CMakeLists.txt Prepare building with Qt6 2024-03-06 08:32:27 +01:00