You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps/launcher
elsid f269406061
Do not wrap emit expresison with parenthesis
To avoid warnings like following after clang-format applied:

apps/launcher/utils/profilescombobox.cpp:85:9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
    emit(signalProfileChanged(mOldProfile, currentText()));
        ^
apps/launcher/utils/profilescombobox.cpp:82:5: note: previous statement is here
    if (index == -1)
    ^
2 years ago
..
utils Do not wrap emit expresison with parenthesis 2 years ago
CMakeLists.txt Use target_precompile_headers for the most expensive headers 3 years ago
advancedpage.cpp Merge branch 'string_viewing' into 'master' 2 years ago
advancedpage.hpp Add sky blending to launcher 3 years ago
datafilespage.cpp Added dedicated functions for conversions between QString and std::filesystem::path. 2 years ago
datafilespage.hpp Add 3 tabs in the "Data Files" page 3 years ago
graphicspage.cpp functor-based Qt signal-slot syntax launcher 2 years ago
graphicspage.hpp Cleanup includes 2 years ago
main.cpp Clean up Qt includes 3 years ago
maindialog.cpp Use std::filesystem::create_directories instead of std::filesystem::create_directory to recursively generate directories from the provided path. 2 years ago
maindialog.hpp Use static settings map for launcher and editor - the Settings::Manager has a static data anyway 3 years ago
playpage.cpp functor-based Qt signal-slot syntax launcher 2 years ago
playpage.hpp Merge branch 'useuless_launcher' into 'master' 4 years ago
sdlinit.cpp Merge branch 'useuless_launcher' into 'master' 4 years ago
sdlinit.hpp Init SDL2 before Qt4 to avoid crash on Linux (bug #4529) 6 years ago
settingspage.cpp Added dedicated functions for conversions between QString and std::filesystem::path. 2 years ago
settingspage.hpp Using override keyword in most apps 4 years ago
textslotmsgbox.cpp Implemented Launcher namespace 11 years ago
textslotmsgbox.hpp Implemented Launcher namespace 11 years ago