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 "stdpch.h"
|
||||||
#include "display_settings_advanced_widget.h"
|
#include "display_settings_advanced_widget.h"
|
||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
CDisplaySettingsAdvancedWidget::CDisplaySettingsAdvancedWidget( QWidget *parent ) :
|
CDisplaySettingsAdvancedWidget::CDisplaySettingsAdvancedWidget( QWidget *parent ) :
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include "stdpch.h"
|
#include "stdpch.h"
|
||||||
#include "display_settings_widget.h"
|
#include "display_settings_widget.h"
|
||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include <QRegExpValidator>
|
#include <QRegExpValidator>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
#include "ui_general_settings_widget.h"
|
#include "ui_general_settings_widget.h"
|
||||||
#include "widget_base.h"
|
#include "widget_base.h"
|
||||||
#include <nel/misc/types_nl.h>
|
|
||||||
|
|
||||||
class QTranslator;
|
class QTranslator;
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include "stdpch.h"
|
#include "stdpch.h"
|
||||||
#include "sound_settings_widget.h"
|
#include "sound_settings_widget.h"
|
||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
CSoundSettingsWidget::CSoundSettingsWidget( QWidget *parent ) :
|
CSoundSettingsWidget::CSoundSettingsWidget( QWidget *parent ) :
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
#include "ui_sound_settings_widget.h"
|
#include "ui_sound_settings_widget.h"
|
||||||
#include "widget_base.h"
|
#include "widget_base.h"
|
||||||
#include <nel/misc/types_nl.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@brief The sound settings page of the configuration tool
|
@brief The sound settings page of the configuration tool
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include "stdpch.h"
|
#include "stdpch.h"
|
||||||
#include "sys_info_d3d_widget.h"
|
#include "sys_info_d3d_widget.h"
|
||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
CSysInfoD3DWidget::CSysInfoD3DWidget( QWidget *parent ) :
|
CSysInfoD3DWidget::CSysInfoD3DWidget( QWidget *parent ) :
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include "stdpch.h"
|
#include "stdpch.h"
|
||||||
#include "sys_info_opengl_widget.h"
|
#include "sys_info_opengl_widget.h"
|
||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
CSysInfoOpenGLWidget::CSysInfoOpenGLWidget( QWidget *parent ) :
|
CSysInfoOpenGLWidget::CSysInfoOpenGLWidget( QWidget *parent ) :
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include "stdpch.h"
|
#include "stdpch.h"
|
||||||
#include "sys_info_widget.h"
|
#include "sys_info_widget.h"
|
||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
CSysInfoWidget::CSysInfoWidget( QWidget *parent ) :
|
CSysInfoWidget::CSysInfoWidget( QWidget *parent ) :
|
||||||
|
|
Loading…
Reference in a new issue