From 8ffea60b72f86a87aaad511dbef2e7b12e64274a Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Wed, 26 Jun 2013 10:09:26 +0200 Subject: [PATCH] some cleanup --- apps/launcher/main.cpp | 2 ++ apps/opencs/view/settings/customblock.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/launcher/main.cpp b/apps/launcher/main.cpp index 414e1a003..dfe2d7413 100644 --- a/apps/launcher/main.cpp +++ b/apps/launcher/main.cpp @@ -1,6 +1,8 @@ #include #include #include +#include + #include #include "maindialog.hpp" diff --git a/apps/opencs/view/settings/customblock.cpp b/apps/opencs/view/settings/customblock.cpp index a07ee5ac9..bbceafabe 100644 --- a/apps/opencs/view/settings/customblock.cpp +++ b/apps/opencs/view/settings/customblock.cpp @@ -40,7 +40,7 @@ int CSVSettings::CustomBlock::build(GroupBlockDefList &defList, GroupBlockDefLis CSVSettings::GroupBox *CSVSettings::CustomBlock::buildGroupBox (Orientation orientation) { GroupBox *box = new GroupBox (false, mBox); - QLayout *layout = createLayout (orientation, true, box); + createLayout (orientation, true, box); return box; }