Qt Creator in its default configuration throws lots of unknown type errors on Ricochet Refresh. This is due to Qt Creator's C++ code model option [x] Ignore precompiled headers.
We should document this behavior in order to make it easier for new prospective developers to explore Ricochet Refresh.
We're moving to a CMake build system, so this may not apply anymore. I'll leave this open in the event that there's still an issue RE QT Creator after this migration
Qt Creator in its default configuration throws lots of unknown type errors on Ricochet Refresh. This is due to Qt Creator's C++ code model option
[x] Ignore precompiled headers
.We should document this behavior in order to make it easier for new prospective developers to explore Ricochet Refresh.