Skip to content

Commit

Permalink
Gnuplot 6: handle all Qt warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 24, 2024
1 parent 41d061d commit 38da06d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Gnuplot 6: handle all Qt warnings

2.028 2024-09-18
- Gnuplot 6: handle warnings about Qt plugins, fix read_mouse

Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Gnuplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7470,7 +7470,7 @@ sub _printGnuplotPipe
# are explicitly stripped out
our $cp_serial = 0;

my $qt_re = qr/^qt.qpa.plugin: Could not find the Qt platform plugin.*/m;
my $qt_re = qr/^qt\..*/m;
sub _checkpoint {
my $this = shift;
my $suffix = shift || "main";
Expand Down

0 comments on commit 38da06d

Please sign in to comment.