src/Widgets.h

changeset 641
425b169a82aa
parent 629
b75c6cce02e2
child 648
ed6170728ae4
--- a/src/Widgets.h	Wed Mar 05 03:39:31 2014 +0200
+++ b/src/Widgets.h	Wed Mar 05 03:45:49 2014 +0200
@@ -16,9 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef WIDGETS_H
-#define WIDGETS_H
-
+#pragma once
 #include <QGroupBox>
 #include <QSpinBox>
 #include <map>
@@ -92,5 +90,3 @@
 		void slot_buttonPressed (int btn);
 		void slot_buttonReleased (int btn);
 };
-
-#endif // WIDGETS_H

mercurial