summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/autotoolsbuildsettingswidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-03 17:21:12 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-04 10:44:54 +0000
commit063b9775a9d0404cae84417895ccb966750b5b55 (patch)
treed2ca74b7a50f170f9aa7565b65a8dd786a44e31f /src/plugins/autotoolsprojectmanager/autotoolsbuildsettingswidget.h
parent9b3016c2e4b0214de41412e8c4f651de70d0bb0b (diff)
downloadqt-creator-063b9775a9d0404cae84417895ccb966750b5b55.tar.gz
Autotools: Modernize
* Use pragma once * Make sure overrides are everywhere * Clean up code here and there * Remove useless code from initializer lists Change-Id: I9c285a803ea36cb32d14b3335757fd4b57f27d02 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/autotoolsbuildsettingswidget.h')
-rw-r--r--src/plugins/autotoolsprojectmanager/autotoolsbuildsettingswidget.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/autotoolsprojectmanager/autotoolsbuildsettingswidget.h b/src/plugins/autotoolsprojectmanager/autotoolsbuildsettingswidget.h
index add8bc13d8..c30ecc2c25 100644
--- a/src/plugins/autotoolsprojectmanager/autotoolsbuildsettingswidget.h
+++ b/src/plugins/autotoolsprojectmanager/autotoolsbuildsettingswidget.h
@@ -25,8 +25,7 @@
**
****************************************************************************/
-#ifndef AUTOTOOLSBUILDSETTINGSWIDGET_H
-#define AUTOTOOLSBUILDSETTINGSWIDGET_H
+#pragma once
#include <projectexplorer/namedwidget.h>
@@ -64,5 +63,3 @@ private:
} // namespace Internal
} // namespace AutotoolsProjectManager
-
-#endif // AUTOTOOLSBUILDSETTINGSWIDGET_H