Changed: Minor changes
This commit is contained in:
parent
da67ac8517
commit
dcd26e09f9
8 changed files with 6 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "stdpch.h"
|
||||
#include "display_settings_advanced_widget.h"
|
||||
|
||||
#include "system.h"
|
||||
|
||||
CDisplaySettingsAdvancedWidget::CDisplaySettingsAdvancedWidget( QWidget *parent ) :
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "stdpch.h"
|
||||
#include "display_settings_widget.h"
|
||||
|
||||
#include "system.h"
|
||||
#include <QRegExpValidator>
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "ui_general_settings_widget.h"
|
||||
#include "widget_base.h"
|
||||
#include <nel/misc/types_nl.h>
|
||||
|
||||
class QTranslator;
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "stdpch.h"
|
||||
#include "sound_settings_widget.h"
|
||||
|
||||
#include "system.h"
|
||||
|
||||
CSoundSettingsWidget::CSoundSettingsWidget( QWidget *parent ) :
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include "ui_sound_settings_widget.h"
|
||||
#include "widget_base.h"
|
||||
#include <nel/misc/types_nl.h>
|
||||
|
||||
/**
|
||||
@brief The sound settings page of the configuration tool
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "stdpch.h"
|
||||
#include "sys_info_d3d_widget.h"
|
||||
|
||||
#include "system.h"
|
||||
|
||||
CSysInfoD3DWidget::CSysInfoD3DWidget( QWidget *parent ) :
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "stdpch.h"
|
||||
#include "sys_info_opengl_widget.h"
|
||||
|
||||
#include "system.h"
|
||||
|
||||
CSysInfoOpenGLWidget::CSysInfoOpenGLWidget( QWidget *parent ) :
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "stdpch.h"
|
||||
#include "sys_info_widget.h"
|
||||
|
||||
#include "system.h"
|
||||
|
||||
CSysInfoWidget::CSysInfoWidget( QWidget *parent ) :
|
||||
|
|
Loading…
Reference in a new issue