summaryrefslogtreecommitdiff
path: root/plugingui/testmain.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-01 19:01:25 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-01 19:01:25 +0200
commit1f41de14a04240dfd993b030306ac251d962a843 (patch)
tree08d5ef8b74793909a15cb8f3c0b7732819a41f8a /plugingui/testmain.cc
parent4739f0bed6e6332fcf2c6ed2b04c4ae161c41060 (diff)
Fix a lot of style issues in the code for the new GUI.
Diffstat (limited to 'plugingui/testmain.cc')
-rw-r--r--plugingui/testmain.cc6
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();