ui/cocoa: Move console/device menu creation code up in file
commit8b00e4e7307c1daf611486de29c4b0011831d814
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 25 Feb 2019 10:24:30 +0000 (25 10:24 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Mar 2019 16:47:31 +0000 (4 16:47 +0000)
treeab5a510770d345746ef1e2445671f82a6bb42a0b
parentc6fd6c705d35ad23761cc21a6aa3191de57f4d07
ui/cocoa: Move console/device menu creation code up in file

Move the console/device menu creation code functions
further up in the source file, next to the code which
creates the initial menus. We're going to want to
change the location we call these functions from in
the next patch.

This commit is a pure code move with no other changes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
Tested-by: Roman Bolshakov <r.bolshakov@yadro.com>
Message-id: 20190225102433.22401-5-peter.maydell@linaro.org
Message-id: 20190214102816.3393-5-peter.maydell@linaro.org
ui/cocoa.m