Renamed font_file to font_config

1008-fix
tomangelo2 2017-10-15 22:47:32 +02:00
parent 054d1c3e54
commit dd9439aed2
4 changed files with 5 additions and 5 deletions

View File

@ -106,8 +106,8 @@ set(BASE_SOURCES
common/error.h
common/event.cpp
common/event.h
common/font_file.h
common/font_file.cpp
common/font_config.h
common/font_config.cpp
common/global.h
common/image.cpp
common/image.h

View File

@ -17,7 +17,7 @@
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/font_file.h"
#include "common/font_config.h"
#include "common/logger.h"
#include "common/make_unique.h"

View File

@ -18,7 +18,7 @@
*/
/**
* \file common/font_file.h
* \file common/font_config.h
* \brief Class for loading fonts from /data/fonts/fonts.ini
*/

View File

@ -22,7 +22,7 @@
#include "app/app.h"
#include "common/font_file.h"
#include "common/font_config.h"
#include "common/image.h"
#include "common/logger.h"
#include "common/stringutils.h"