From 1f41de14a04240dfd993b030306ac251d962a843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 1 Apr 2017 19:01:25 +0200 Subject: Fix a lot of style issues in the code for the new GUI. --- plugingui/testmain.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugingui/testmain.cc') 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 #include -#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(); -- cgit v1.2.3