syncthingtray/syncthingwidgets/settings
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
..
appearanceoptionpage.ui Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
applywizardpage.ui Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
autostartoptionpage.ui Improve auto start setting 2023-05-11 00:11:34 +02:00
autostartwizardpage.ui Allow keeping existing autostart entry in wizard 2023-05-18 23:50:27 +02:00
builtinwebviewoptionpage.ui Allow showing Syncthing UI in Chromium-based browser in "app mode" 2023-03-27 20:28:52 +02:00
connectionoptionpage.ui Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
generalwebviewoptionpage.ui Allow configuring custom command for launching Chromium-based browser 2023-03-31 22:46:25 +02:00
iconsoptionpage.ui Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
launcheroptionpage.ui Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
mainconfigwizardpage.ui Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
notificationsoptionpage.ui Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
settings.cpp Enable auto-connect via the wizard 2023-05-11 01:13:05 +02:00
settings.h Allow showing Syncthing UI in Chromium-based browser in "app mode" 2023-03-27 20:28:52 +02:00
settingsdialog.cpp Fix condition and code in supposedAutostartPath() 2023-06-07 22:08:53 +02:00
settingsdialog.h Override existing startup entry in wizard; show remark about it in summary 2023-05-11 00:54:42 +02:00
setupdetection.cpp Override existing startup entry in wizard; show remark about it in summary 2023-05-11 00:54:42 +02:00
setupdetection.h Override existing startup entry in wizard; show remark about it in summary 2023-05-11 00:54:42 +02:00
systemdoptionpage.ui Avoid relying on symlink for include directories 2023-02-27 18:27:33 +01:00
wizard.cpp Workaround lupdate not understanding "enum class" in some cases 2023-06-07 23:14:48 +02:00
wizard.h Workaround lupdate not understanding "enum class" in some cases 2023-06-07 23:14:48 +02:00
wizardenums.h Workaround lupdate not understanding "enum class" in some cases 2023-06-07 23:14:48 +02:00