Replace include guards with #pragma once
This commit is contained in:
parent
c470e49aa9
commit
6553aa61a1
66 changed files with 66 additions and 266 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#ifndef UI_THEME_MANAGER_H
|
||||
#define UI_THEME_MANAGER_H
|
||||
#pragma once
|
||||
|
||||
#include <QCommonStyle>
|
||||
|
||||
|
|
@ -29,5 +28,3 @@ inline ThemeManager &ThemeManager::instance()
|
|||
static ThemeManager instance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
#endif // UI_THEME_MANAGER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue