X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fprop%2Fenum.cpp;h=7a4a7837ff0e319cd8cd23535321386311f0283d;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hp=06e4d76f1098e5f6967b57eeee81ba591d72de45;hpb=4c60462b00cc329e61daedd1c2e66724077bd412;p=pulseview.git diff --git a/pv/prop/enum.cpp b/pv/prop/enum.cpp index 06e4d76f..7a4a7837 100644 --- a/pv/prop/enum.cpp +++ b/pv/prop/enum.cpp @@ -14,11 +14,10 @@ * 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 +#include #include @@ -39,10 +38,6 @@ Enum::Enum(QString name, { } -Enum::~Enum() -{ -} - QWidget* Enum::get_widget(QWidget *parent, bool auto_commit) { if (selector_) @@ -89,5 +84,5 @@ void Enum::on_current_item_changed(int) commit(); } -} // prop -} // pv +} // namespace prop +} // namespace pv