X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fcolourbutton.cpp;h=ce2ab2a9c01d6434a7cbc3f482964f980cb5b50d;hp=fc9084be632c899d946fac6ddc434863ca2406e3;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hpb=d9ea96280ab1128427143660ae375c30b19aa0cb diff --git a/pv/widgets/colourbutton.cpp b/pv/widgets/colourbutton.cpp index fc9084be..ce2ab2a9 100644 --- a/pv/widgets/colourbutton.cpp +++ b/pv/widgets/colourbutton.cpp @@ -14,13 +14,12 @@ * 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 "colourbutton.hpp" -#include +#include #include #include @@ -103,5 +102,5 @@ void ColourButton::paintEvent(QPaintEvent *event) p.drawRect(r); } -} // widgets -} // pv +} // namespace widgets +} // namespace pv