summaryrefslogtreecommitdiff
path: root/share/qtcreator/cplusplus/examples/tidy_example.cpp
diff options
context:
space:
mode:
authorNikita Baryshnikov <nib952051@gmail.com>2018-03-29 17:49:52 +0300
committerNikita Baryshnikov <nib952051@gmail.com>2018-04-03 15:57:49 +0000
commit0297cdd4f7094c592550f0cb08b3dacc81ae8430 (patch)
tree60ef3a3ddad3087f0ecf379c988ac1f99c6b2e0e /share/qtcreator/cplusplus/examples/tidy_example.cpp
parentb9d72a57376e7a41de2320f40363372248ebce21 (diff)
downloadqt-creator-0297cdd4f7094c592550f0cb08b3dacc81ae8430.tar.gz
ApplicationLauncher: fix odr warning for State enum
applicationlauncher.cpp:68:6: warning: type ‘State’ violates the C++ One Definition Rule [-Wodr] enum State { Inactive, Run }; ^ deviceprocesslist.cpp:34:6: note: an enum with different value name is defined in another translation unit enum State { Inactive, Listing, Killing }; ^ Change-Id: I242754c1e4f18c5dd0e8bb017f94783528ad759f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'share/qtcreator/cplusplus/examples/tidy_example.cpp')
0 files changed, 0 insertions, 0 deletions