Qt6 QTranslator::load() uses [[nodiscard]] which currently leads to
compiler warnings. This is fixed using static_cast<void>.
Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
applicationDirPath() was used before a QApplication was instantiated
so it returned an empty path. This caused the application language
files path to be computed incorrectly.
To have qucs in a relocatable directory (in Windows) it cannot rely
the prefix given at build time. This is actually a bug.
This patch let each tool find the language files at runtime, relative
to the location of the executable.
* qucs-transcalc/main.cpp, qucs-lib/main.cpp,
qucs-help/main.cpp, qucs-filter/main.cpp, qucs-edit/main.cpp
(loadSettings): Try loading items from main qucsrc even if
application specific resource file does not exist.