Replace include guards with #pragma once

Change-Id: Ic36cf0e9cac61d4d9a7e4434192944f5301b8aaa
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2017-06-28 10:07:01 +03:00
committed by Orgad Shaneh
parent ece8b17ab2
commit b57372f2b5
9 changed files with 9 additions and 36 deletions

View File

@@ -23,8 +23,7 @@
**
****************************************************************************/
#ifndef EXPORTDIALOG_H
#define EXPORTDIALOG_H
#pragma once
#include <QDialog>
@@ -66,5 +65,3 @@ private:
} // namespace Internal
} // namespace ImageViewer
#endif // EXPORTDIALOG_H