fixing some unused imports

This commit is contained in:
Chris Cochrun 2023-10-01 06:39:52 -05:00
parent ed9693c27b
commit 7bdd8225cb
4 changed files with 48 additions and 8 deletions

View file

@ -4,7 +4,7 @@ mod image_model {
use crate::schema::images::dsl::*;
use diesel::sqlite::SqliteConnection;
use diesel::{delete, insert_into, prelude::*, update};
use std::path::{Path, PathBuf};
use std::path::PathBuf;
unsafe extern "C++" {
include!(< QAbstractListModel >);