1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-16 07:10:08 +00:00
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)
    ^
2022-09-12 21:00:51 +02:00
..
utils Do not wrap emit expresison with parenthesis 2022-09-12 21:00:51 +02:00
advancedpage.cpp Merge branch 'string_viewing' into 'master' 2022-08-30 21:12:11 +00:00
advancedpage.hpp
CMakeLists.txt
datafilespage.cpp Added dedicated functions for conversions between QString and std::filesystem::path. 2022-09-11 14:41:21 +02:00
datafilespage.hpp
graphicspage.cpp functor-based Qt signal-slot syntax launcher 2022-08-23 17:14:12 -03:00
graphicspage.hpp Cleanup includes 2022-08-19 22:05:15 +02:00
main.cpp
maindialog.cpp Use std::filesystem::create_directories instead of std::filesystem::create_directory to recursively generate directories from the provided path. 2022-09-11 14:41:21 +02:00
maindialog.hpp
playpage.cpp functor-based Qt signal-slot syntax launcher 2022-08-23 17:14:12 -03:00
playpage.hpp
sdlinit.cpp
sdlinit.hpp
settingspage.cpp Added dedicated functions for conversions between QString and std::filesystem::path. 2022-09-11 14:41:21 +02:00
settingspage.hpp
textslotmsgbox.cpp
textslotmsgbox.hpp