1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:39:49 +00:00
openmw/apps/launcher/utils
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
..
cellnameloader.cpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
cellnameloader.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
lineedit.cpp functor-based Qt signal-slot syntax launcher 2022-08-23 17:14:12 -03:00
lineedit.hpp Merge branch 'useuless_launcher' into 'master' 2021-05-04 21:09:39 +00:00
openalutil.cpp Fix ASAN error: heap-use-after-free 2021-12-20 23:32:47 +01:00
openalutil.hpp Fix ASAN error: heap-use-after-free 2021-12-20 23:32:47 +01:00
profilescombobox.cpp Do not wrap emit expresison with parenthesis 2022-09-12 21:00:51 +02:00
profilescombobox.hpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
textinputdialog.cpp functor-based Qt signal-slot syntax launcher 2022-08-23 17:14:12 -03:00
textinputdialog.hpp Using override keyword in most apps 2021-05-18 19:42:24 -05:00