Add warning for unused imports

This commit is contained in:
James Westman 2024-04-06 14:30:48 -05:00
parent 729939ad93
commit 6a078ee075
13 changed files with 53 additions and 5 deletions

View file

@ -1,5 +1,4 @@
using Gtk 4.0;
using Gio 2.0;
Dialog {
use-header-bar: 1;

View file

@ -1 +1 @@
4,1,6,Gtk.Dialog is deprecated
3,1,6,Gtk.Dialog is deprecated

View file

@ -0,0 +1,5 @@
using Gtk 4.0;
using GLib 2.0;
using Gio 2.0;
Gio.Cancellable {}

View file

@ -0,0 +1 @@
2,1,15,Unused import: GLib