syncthingtray/syncthingwidgets
Martchus dd936b4a81 Workaround lupdate not understanding "enum class" in some cases
Apparently this is still problematic leading to errors like
`Qualifying with unknown namespace/class`. It seems that moving the enum to
a different header file works. The trick to use a macro to define
`enum class` ceased to work on the other hand.

Specifying a function with the namespace like
`void QtGui::FinalWizardPage::showResults()` leads to the same problem and
also needs to be avoided.
2023-06-07 23:14:48 +02:00
..
misc Format code in InternalError::isRelevant() according to current coding style 2023-04-04 17:14:16 +02:00
resources Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
settings Workaround lupdate not understanding "enum class" in some cases 2023-06-07 23:14:48 +02:00
tests Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
translations Update translations 2023-05-18 23:57:54 +02:00
webview Apply clang-format 2023-03-31 22:46:48 +02:00
CMakeLists.txt Workaround lupdate not understanding "enum class" in some cases 2023-06-07 23:14:48 +02:00
global.h Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00