Replace include guards with #pragma once

This commit is contained in:
Konstantinos Sideris 2017-05-16 21:46:45 +03:00
parent c470e49aa9
commit 6553aa61a1
66 changed files with 66 additions and 266 deletions

View file

@ -1,5 +1,4 @@
#ifndef UI_RAISED_BUTTON_H
#define UI_RAISED_BUTTON_H
#pragma once
#include <QGraphicsDropShadowEffect>
#include <QState>
@ -27,5 +26,3 @@ private:
QState *pressed_state_;
QGraphicsDropShadowEffect *effect_;
};
#endif // UI_RAISED_BUTTON_H