Replace include guards with #pragma once
This commit is contained in:
parent
c470e49aa9
commit
6553aa61a1
66 changed files with 66 additions and 266 deletions
|
|
@ -15,8 +15,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef UI_OVERLAY_MODAL_H
|
||||
#define UI_OVERLAY_MODAL_H
|
||||
#pragma once
|
||||
|
||||
#include <QGraphicsOpacityEffect>
|
||||
#include <QPaintEvent>
|
||||
|
|
@ -57,5 +56,3 @@ inline void OverlayModal::setColor(QColor color)
|
|||
{
|
||||
color_ = color;
|
||||
}
|
||||
|
||||
#endif // UI_OVERLAY_MODAL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue