X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fimportmenu.cpp;h=1a45aa6207dec2cd493719bfa86f5eb376a80afb;hp=a56bff7c3b4e448d025ef5c0a13afb3858937b29;hb=eaa02ef436fb9d8217a94076e1258da47d3cd8e0;hpb=9448fb39f26b26f97fe39f734b1a882345a05692 diff --git a/pv/widgets/importmenu.cpp b/pv/widgets/importmenu.cpp index a56bff7c..1a45aa62 100644 --- a/pv/widgets/importmenu.cpp +++ b/pv/widgets/importmenu.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 @@ -85,5 +84,5 @@ void ImportMenu::on_action(QObject *action) format_selected((*iter).second); } -} // widgets -} // pv +} // namespace widgets +} // namespace pv