Added ViewWidget as a common ancestor of all view widgets
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sun, 21 Dec 2014 17:56:31 +0000 (17:56 +0000)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Mon, 29 Dec 2014 12:24:04 +0000 (12:24 +0000)
commit40aca27ed83559f7f79873e353f64d2c36a18fce
tree679ab08230dbdd3dffba4e5e5bbfa7b201adf838
parent2f7982367e8382e05c862de7afc71075ded5f606
Added ViewWidget as a common ancestor of all view widgets
CMakeLists.txt
pv/view/marginwidget.cpp
pv/view/marginwidget.hpp
pv/view/viewport.cpp
pv/view/viewport.hpp
pv/view/viewwidget.cpp [new file with mode: 0644]
pv/view/viewwidget.hpp [new file with mode: 0644]
test/CMakeLists.txt