X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fimportmenu.cpp;h=1a45aa6207dec2cd493719bfa86f5eb376a80afb;hp=72fb557c1f56e1b2262d3ae510763eb9f42f7f0c;hb=f4ab4b5c657e5613caba82feaa81a8a400e4f331;hpb=56b6fc8877297f233dd0ffaa28d3b1af8099ebec diff --git a/pv/widgets/importmenu.cpp b/pv/widgets/importmenu.cpp index 72fb557..1a45aa6 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 @@ -23,7 +22,7 @@ #include #include -#include +#include #include "importmenu.hpp" @@ -85,5 +84,5 @@ void ImportMenu::on_action(QObject *action) format_selected((*iter).second); } -} // widgets -} // pv +} // namespace widgets +} // namespace pv