Skip to content

Commit

Permalink
also handle QSocketNotifier warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 2, 2024
1 parent 2b59fc7 commit 94a8377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Gnuplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7471,7 +7471,7 @@ sub _printGnuplotPipe
# are explicitly stripped out
our $cp_serial = 0;

my $graphics_re = qr/^(?:qt\.|XType:|MESA:).*/m;
my $graphics_re = qr/^(?:qt\.|XType:|MESA:|QSocketNotifier:).*/m;
sub _checkpoint {
my $this = shift;
my $suffix = shift || "main";
Expand Down

0 comments on commit 94a8377

Please sign in to comment.