summary refs log tree commit diff
path: root/include/WelcomePage.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/WelcomePage.h
parentAdd geometry animation on emoji picker (diff)
downloadnheko-6553aa61a1d99bc90f29cec636ed1c68fb2122b9.tar.xz
Replace include guards with #pragma once
Diffstat (limited to 'include/WelcomePage.h')
-rw-r--r--include/WelcomePage.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/WelcomePage.h b/include/WelcomePage.h

index 3cd6e664..13d9d141 100644 --- a/include/WelcomePage.h +++ b/include/WelcomePage.h
@@ -15,8 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef WELCOMEPAGE_H -#define WELCOMEPAGE_H +#pragma once #include <QHBoxLayout> #include <QLabel> @@ -57,5 +56,3 @@ private: RaisedButton *register_button_; RaisedButton *login_button_; }; - -#endif // WELCOMEPAGE_H