1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 08:09:41 +00:00
openmw/apps/opencs
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
..
model Do not wrap emit expresison with parenthesis 2022-09-12 21:00:51 +02:00
view Added dedicated functions for conversions between QString and std::filesystem::path. 2022-09-11 14:41:21 +02:00
CMakeLists.txt Replace all remaining occurrences of boost::filesystem with std::filesystem. 2022-09-11 02:19:00 +02:00
editor.cpp Avoid chained operator() calls to prevent formatting issues 2022-09-12 16:48:15 +02:00
editor.hpp Replace implicit convertions from std::filesystem::path to std::string with correctly converting functions. 2022-09-11 14:41:20 +02:00
main.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00