X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fruler.cpp;h=be715ec104385576b3c66042325e51ddc14d982a;hp=f6ec4ac78d7d142a486d2347287bd4693816ca5c;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=d9ea96280ab1128427143660ae375c30b19aa0cb diff --git a/pv/view/ruler.cpp b/pv/view/ruler.cpp index f6ec4ac..be715ec 100644 --- a/pv/view/ruler.cpp +++ b/pv/view/ruler.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -33,7 +32,8 @@ using std::shared_ptr; using std::vector; namespace pv { -namespace view { +namespace views { +namespace TraceView { const float Ruler::RulerHeight = 2.5f; // x Text Height const int Ruler::MinorTickSubdivision = 4; @@ -271,5 +271,6 @@ void Ruler::resizeEvent(QResizeEvent*) invalidate_tick_position_cache(); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv