X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fdecodermenu.hpp;h=2fe7cd2b28e9e1c68f0ab093e456a44f80ed2c11;hp=e154cd261a5df0046f88bd3a054bc44e50a087b8;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/widgets/decodermenu.hpp b/pv/widgets/decodermenu.hpp index e154cd26..2fe7cd2b 100644 --- a/pv/widgets/decodermenu.hpp +++ b/pv/widgets/decodermenu.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_DECODERMENU_HPP @@ -39,7 +38,6 @@ public: private: static int decoder_name_cmp(const void *a, const void *b); - private Q_SLOTS: void on_action(QObject *action); @@ -50,7 +48,7 @@ private: QSignalMapper mapper_; }; -} // widgets -} // pv +} // namespace widgets +} // namespace pv #endif // PULSEVIEW_PV_WIDGETS_DECODERMENU_HPP