summary refs log tree commit diff
path: root/include/ui/RippleOverlay.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-16 21:46:45 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-16 21:46:45 +0300
commit6553aa61a1d99bc90f29cec636ed1c68fb2122b9 (patch)
treeee8663371ea996c26ae5e7a99ce64658e84f9ab1 /include/ui/RippleOverlay.h
parentAdd geometry animation on emoji picker (diff)
downloadnheko-6553aa61a1d99bc90f29cec636ed1c68fb2122b9.tar.xz
Replace include guards with #pragma once
Diffstat (limited to 'include/ui/RippleOverlay.h')
-rw-r--r--include/ui/RippleOverlay.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ui/RippleOverlay.h b/include/ui/RippleOverlay.h

index 54398efa..b3fb9a4c 100644 --- a/include/ui/RippleOverlay.h +++ b/include/ui/RippleOverlay.h
@@ -1,5 +1,4 @@ -#ifndef UI_RIPPLE_OVERLAY_H -#define UI_RIPPLE_OVERLAY_H +#pragma once #include <QPainterPath> @@ -54,5 +53,3 @@ inline void RippleOverlay::setClipPath(const QPainterPath &path) clip_path_ = path; update(); } - -#endif // UI_RIPPLE_OVERLAY_H