mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 09:39:43 +00:00
some cleanup
This commit is contained in:
parent
12cfe1fdfe
commit
8ffea60b72
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QTextCodec>
|
#include <QTextCodec>
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
|
#include <QDebug>
|
||||||
|
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
|
||||||
#include "maindialog.hpp"
|
#include "maindialog.hpp"
|
||||||
|
|
|
@ -40,7 +40,7 @@ int CSVSettings::CustomBlock::build(GroupBlockDefList &defList, GroupBlockDefLis
|
||||||
CSVSettings::GroupBox *CSVSettings::CustomBlock::buildGroupBox (Orientation orientation)
|
CSVSettings::GroupBox *CSVSettings::CustomBlock::buildGroupBox (Orientation orientation)
|
||||||
{
|
{
|
||||||
GroupBox *box = new GroupBox (false, mBox);
|
GroupBox *box = new GroupBox (false, mBox);
|
||||||
QLayout *layout = createLayout (orientation, true, box);
|
createLayout (orientation, true, box);
|
||||||
|
|
||||||
return box;
|
return box;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue