rename header files from *.h to *.hpp
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
#define LOOKUP_COLOR_COUNT 360
|
||||
|
||||
#include "colorscheme.h"
|
||||
#include "settingsmanager.h"
|
||||
#include "windowmanager.h"
|
||||
#include "colorscheme.hpp"
|
||||
#include "settingsmanager.hpp"
|
||||
#include "windowmanager.hpp"
|
||||
|
||||
#include <QColor>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user