X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fcolourbutton.hpp;h=820ca17f3e893c792f372d4f4c16747775674c7a;hp=86e8e98fab6c6f2c7372f7bcd180f2513dbeb7a7;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/widgets/colourbutton.hpp b/pv/widgets/colourbutton.hpp index 86e8e98..820ca17 100644 --- a/pv/widgets/colourbutton.hpp +++ b/pv/widgets/colourbutton.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_COLOURBUTTON_HPP @@ -47,7 +46,7 @@ public: void set_palette(const QColor *const palette); private: - void paintEvent(QPaintEvent *e); + void paintEvent(QPaintEvent *event); private Q_SLOTS: void on_clicked(bool);