projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eeb425
)
ViewItemPaintParams: Added missing include
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Tue, 1 Sep 2015 01:51:21 +0000
(19:51 -0600)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Sat, 17 Oct 2015 15:20:21 +0000
(09:20 -0600)
pv/view/viewitempaintparams.hpp
patch
|
blob
|
history
diff --git
a/pv/view/viewitempaintparams.hpp
b/pv/view/viewitempaintparams.hpp
index 87e9d0e63b5447a442f89d70ddbca5f5b6c29e4e..bba0d70e6fe72759a7742ba2728db482a798aa97 100644
(file)
--- a/
pv/view/viewitempaintparams.hpp
+++ b/
pv/view/viewitempaintparams.hpp
@@
-24,6
+24,7
@@
#include "pv/util.hpp"
#include <QFont>
+#include <QRect>
namespace pv {
namespace view {