X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Ftimestampspinbox.hpp;h=123ef876d7b19f205deea84c229fc7d97a5fc244;hp=bac7cac1e86f84ec5377a7059b55c701b230fcb3;hb=f4ab4b5c657e5613caba82feaa81a8a400e4f331;hpb=806d3e1eb3d60e93ff95d23e79588a0486730967 diff --git a/pv/widgets/timestampspinbox.hpp b/pv/widgets/timestampspinbox.hpp index bac7cac..123ef87 100644 --- a/pv/widgets/timestampspinbox.hpp +++ b/pv/widgets/timestampspinbox.hpp @@ -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 . */ #ifndef PULSEVIEW_PV_WIDGETS_TIMESTAMPSPINBOX_HPP @@ -87,7 +86,7 @@ private: void updateEdit(); }; -} // widgets -} // pv +} // namespace widgets +} // namespace pv #endif