File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 33 Copyright (c) 2019 Kushview, LLC. All rights reserved.
44*/
55
6- #include " juce.hpp"
7- #include < juce_events/juce_events.h>
6+ #include < juce_gui_basics/juce_gui_basics.h>
87
98#include " device.hpp"
109#include " maincomponent.hpp"
1110#include " lookandfeel.hpp"
1211#include " controller.hpp"
1312
14- namespace vmc {
15- namespace detail {
16- static juce::File testFile ()
17- {
18- return File::getSpecialLocation (File::userDesktopDirectory)
19- .getChildFile (" test.xml" );
20- }
21- } // namespace detail
13+ using namespace juce ;
2214
15+ namespace vmc {
2316class Application : public JUCEApplication {
2417public:
2518 Application () {}
@@ -84,7 +77,7 @@ class Application : public JUCEApplication {
8477 setResizable (false , false );
8578
8679 deviceChanged ();
87-
80+
8881 setVisible (true );
8982 }
9083
You can’t perform that action at this time.
0 commit comments