]> sigrok.org Git - pulseview.git/blobdiff - pv/view/triggermarker.hpp
Fix #957 and #874 by implementing the pane splitter
[pulseview.git] / pv / view / triggermarker.hpp
index 3be22faa99b96587198ea342b0b7b27ad489efa5..b1610a5be7a95c2cc7616839b8198c307ae75401 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/>.
  */
 
 #ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP
@@ -75,7 +74,7 @@ public:
         * @param p the QPainter to paint into.
         * @param pp the painting parameters object to paint with.
         */
-       void paint_fore(QPainter &p, const ViewItemPaintParams &pp) override;
+       void paint_fore(QPainter &p, ViewItemPaintParams &pp) override;
 
 private:
        pv::util::Timestamp time_;