Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
39a1c4d3
Commit
39a1c4d3
authored
Jan 07, 2010
by
Clement CHAVANCE
Browse files
Headers are now inclued in the order presented in the HACKING file
parent
c24345fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Configuration/SettingsManager.cpp
View file @
39a1c4d3
...
...
@@ -20,6 +20,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include
"SettingsManager.h"
#include
"VLMCSettingsDefault.h"
#include
"ProjectSettingsDefault.h"
#include
<QHash>
#include
<QDomElement>
#include
<QDomNamedNodeMap>
...
...
@@ -29,9 +34,7 @@
#include
<QReadLocker>
#include
<QTextStream>
#include
"SettingsManager.h"
#include
"VLMCSettingsDefault.h"
#include
"ProjectSettingsDefault.h"
bool
SettingsManager
::
m_defaultLoaded
=
false
;
...
...
src/Configuration/SettingsManager.h
View file @
39a1c4d3
...
...
@@ -23,14 +23,14 @@
#ifndef SETTINGSMANAGER_H
#define SETTINGSMANAGER_H
#include
"SettingValue.h"
#include
"QSingleton.hpp"
#include
<QObject>
#include
<QHash>
#include
<QReadWriteLock>
#include
<QVariant>
#include
"SettingValue.h"
#include
"QSingleton.hpp"
class
QDomDocument
;
class
QDomElement
;
class
QString
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment