X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fdevicetoolbutton.cpp;h=bb18b792788cd3592eba4b46ddcb967cd17e89a7;hp=d553aba32987d7bded07a7be5767d63501fb69c0;hb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;hpb=7e0c99bf95836c89574b53ae3fa7840e2ddca77d diff --git a/pv/widgets/devicetoolbutton.cpp b/pv/widgets/devicetoolbutton.cpp index d553aba3..bb18b792 100644 --- a/pv/widgets/devicetoolbutton.cpp +++ b/pv/widgets/devicetoolbutton.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 @@ -158,5 +157,5 @@ void DeviceToolButton::on_menu_hover_timeout() QToolTip::showText(QCursor::pos(), device_tooltip_); } -} // widgets -} // pv +} // namespace widgets +} // namespace pv