Renaming + end of file spaces

This commit is contained in:
Atlante45 2015-02-02 18:37:49 -08:00
parent 1e64fc84e8
commit f0b5cd195d
4 changed files with 6 additions and 7 deletions

View file

@ -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

View file

@ -42,4 +42,4 @@ namespace Setting {
};
}
#endif // hifi_SettingInterface_h
#endif // hifi_SettingInterface_h

View file

@ -19,7 +19,6 @@ namespace Setting {
// Cleanup timer
stopTimer();
disconnect(_saveTimer, 0, 0, 0);
_saveTimer.clear();
// Save all settings before exit
saveAll();

View file

@ -45,4 +45,4 @@ namespace Setting {
};
}
#endif // hifi_SettingManager_h
#endif // hifi_SettingManager_h