mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Renaming + end of file spaces
This commit is contained in:
parent
1e64fc84e8
commit
f0b5cd195d
4 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Settings.h
|
||||
// SettingHandle.h
|
||||
//
|
||||
//
|
||||
// Created by Clement on 1/18/15.
|
||||
|
@ -9,8 +9,8 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef hifi_Settings_h
|
||||
#define hifi_Settings_h
|
||||
#ifndef hifi_SettingHandle_h
|
||||
#define hifi_SettingHandle_h
|
||||
|
||||
#include <QSettings>
|
||||
#include <QString>
|
||||
|
@ -63,4 +63,4 @@ namespace Setting {
|
|||
}
|
||||
}
|
||||
|
||||
#endif // hifi_Settings_h
|
||||
#endif // hifi_SettingHandle_h
|
|
@ -42,4 +42,4 @@ namespace Setting {
|
|||
};
|
||||
}
|
||||
|
||||
#endif // hifi_SettingInterface_h
|
||||
#endif // hifi_SettingInterface_h
|
||||
|
|
|
@ -19,7 +19,6 @@ namespace Setting {
|
|||
// Cleanup timer
|
||||
stopTimer();
|
||||
disconnect(_saveTimer, 0, 0, 0);
|
||||
_saveTimer.clear();
|
||||
|
||||
// Save all settings before exit
|
||||
saveAll();
|
||||
|
|
|
@ -45,4 +45,4 @@ namespace Setting {
|
|||
};
|
||||
}
|
||||
|
||||
#endif // hifi_SettingManager_h
|
||||
#endif // hifi_SettingManager_h
|
||||
|
|
Loading…
Reference in a new issue