ViewPort: Make ViewItemPaintParams mutable
[pulseview.git] / pv / view / triggermarker.cpp
index 9be3285510d89c866b8717ae82e36115129266f2..bac1e82d79c92e1609bd1fcaec5fb4edc6c857cd 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #include "triggermarker.hpp"
@@ -66,7 +65,7 @@ QPoint TriggerMarker::point(const QRect &rect) const
        return QPoint(get_x(), rect.bottom());
 }
 
-void TriggerMarker::paint_fore(QPainter &p, const ViewItemPaintParams &pp)
+void TriggerMarker::paint_fore(QPainter &p, ViewItemPaintParams &pp)
 {
        if (!enabled())
                return;