some cleanup

actorid
Marc Zinnschlag 12 years ago
parent 12cfe1fdfe
commit 8ffea60b72

@ -1,6 +1,8 @@
#include <QApplication>
#include <QTextCodec>
#include <QDir>
#include <QDebug>
#include <SDL.h>
#include "maindialog.hpp"

@ -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;
}

Loading…
Cancel
Save