diff options
Diffstat (limited to 'plugingui/testmain.cc')
-rw-r--r-- | plugingui/testmain.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugingui/testmain.cc b/plugingui/testmain.cc index 79356e2..0e948c0 100644 --- a/plugingui/testmain.cc +++ b/plugingui/testmain.cc @@ -35,8 +35,8 @@ #include <hugin.hpp> #include <settings.h> -#include "window.h" #include "mainwindow.h" +#include "window.h" int main() { @@ -47,8 +47,8 @@ int main() Settings settings; GUI::MainWindow main_window(settings, parent.getNativeWindowHandle()); - CONNECT(&parent, eventHandler()->closeNotifier, - &main_window, &GUI::MainWindow::closeEventHandler); + CONNECT(&parent, eventHandler()->closeNotifier, &main_window, + &GUI::MainWindow::closeEventHandler); parent.show(); main_window.show(); |