wireshark/ui/qt/manager
Gerald Combs d3f17ee08a Remove modelines in ui/qt.
Remove the editor modeline blocks from most of the source files in ui/qt
by running

    perl -i -p0e 's{ \n+ /[ *\n]+ editor \s+ modelines .* shiftwidth= .* \*/ \s+ } {\n}gsix' $( ag -g '\.(cpp|h)' )

then cleaning up the remaining files by hand.

This *shouldn't* affect anyone since

- All of the source files in ui/qt use 4 space indentation, which
  matches the default in our top-level .editorconfig

- The one notable editor that's likely to be used on these files and
  *doesn't* support EditorConfig (Qt Creator) defaults to 4 space
  indentation.
2021-03-08 18:11:32 +00:00
..
preference_manager.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
preference_manager.h Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
wireshark_preference.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
wireshark_preference.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00