diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-05-19 16:32:43 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-05-20 14:17:50 +0100 |
commit | 9653f95f75863870a9e6b1ffad8c0ab48fa3fa4d (patch) | |
tree | f2b46c3c25f91e83e79b5cbeade943dfd4539e12 /gui/graphing/timeaxiswidget.h | |
parent | a6b011b102975ab75cf5f130ec1be93b24d913ee (diff) |
common,cli,wrappers,retrace,gui: Use #pragma once.
Smaller footprint, and simplifies refactoring.
Diffstat (limited to 'gui/graphing/timeaxiswidget.h')
-rw-r--r-- | gui/graphing/timeaxiswidget.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/graphing/timeaxiswidget.h b/gui/graphing/timeaxiswidget.h index 836651cb..7f79a399 100644 --- a/gui/graphing/timeaxiswidget.h +++ b/gui/graphing/timeaxiswidget.h @@ -1,5 +1,4 @@ -#ifndef TIMEAXISWIDGET_H -#define TIMEAXISWIDGET_H +#pragma once #include "graphaxiswidget.h" @@ -12,5 +11,3 @@ public: virtual void paintEvent(QPaintEvent *e); }; - -#endif |