diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-30 13:35:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-06 04:21:35 +0200 |
commit | e7158125d3c3b63371ddc7dc2d5b7d7865d91e64 (patch) | |
tree | 9ce314487879712916403b0f1dd92c5a96246aeb | |
parent | 8660d0f4e141b32ce306144e95547a40926c62ed (diff) |
pose-widget: rename unit and header
-rw-r--r-- | gui/main-window.ui | 2 | ||||
-rw-r--r-- | pose-widget/pose-widget.cpp (renamed from pose-widget/glwidget.cpp) | 2 | ||||
-rw-r--r-- | pose-widget/pose-widget.hpp (renamed from pose-widget/glwidget.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/gui/main-window.ui b/gui/main-window.ui index 06375f76..2b1d5671 100644 --- a/gui/main-window.ui +++ b/gui/main-window.ui @@ -1355,7 +1355,7 @@ <customwidget> <class>pose_widget</class> <extends>QWidget</extends> - <header>pose-widget/glwidget.h</header> + <header>pose-widget/pose-widget.hpp</header> </customwidget> </customwidgets> <tabstops> diff --git a/pose-widget/glwidget.cpp b/pose-widget/pose-widget.cpp index beddc5e9..a0653f17 100644 --- a/pose-widget/glwidget.cpp +++ b/pose-widget/pose-widget.cpp @@ -5,7 +5,7 @@ * copyright notice and this permission notice appear in all copies. */ -#include "glwidget.h" +#include "pose-widget.hpp" #include "compat/util.hpp" #include "compat/timer.hpp" #include <cmath> diff --git a/pose-widget/glwidget.h b/pose-widget/pose-widget.hpp index 4f50008e..4f50008e 100644 --- a/pose-widget/glwidget.h +++ b/pose-widget/pose-widget.hpp |