From e3bf484a5d5fa9b25b4b265819f4a504fd2c3cb2 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 8 Feb 2026 16:21:52 -0500 Subject: [PATCH] Remove TODO --- src/gui/filesystem.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/filesystem.rs b/src/gui/filesystem.rs index e98bb15..3528cfe 100644 --- a/src/gui/filesystem.rs +++ b/src/gui/filesystem.rs @@ -57,7 +57,6 @@ pub mod qobject { } } -// TODO: Implement a provider for QFileSystemModel::setIconProvider for icons. pub struct FileSystemImpl { file_path: QString, }