fixing unused lines
This commit is contained in:
parent
61ed155903
commit
a9b9bc1de0
4 changed files with 0 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
// of whether or not a file exists
|
||||
#[cxx_qt::bridge]
|
||||
mod file_helper {
|
||||
use cxx_qt_lib::QVariantValue;
|
||||
use rfd::FileDialog;
|
||||
use std::path::Path;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#[cxx_qt::bridge]
|
||||
mod image_model {
|
||||
use crate::image_model::image_model::Image;
|
||||
use crate::models::*;
|
||||
use crate::schema::images::dsl::*;
|
||||
use diesel::sqlite::SqliteConnection;
|
||||
use diesel::{delete, insert_into, prelude::*, update};
|
||||
|
|
|
@ -3,7 +3,6 @@ mod settings {
|
|||
|
||||
use configparser::ini::Ini;
|
||||
use dirs;
|
||||
use std::error::Error;
|
||||
use std::path::PathBuf;
|
||||
|
||||
unsafe extern "C++" {
|
||||
|
|
|
@ -19,8 +19,6 @@ mod song_model {
|
|||
type QVariant = cxx_qt_lib::QVariant;
|
||||
include!("cxx-qt-lib/qstring.h");
|
||||
type QString = cxx_qt_lib::QString;
|
||||
include!("cxx-qt-lib/qurl.h");
|
||||
type QUrl = cxx_qt_lib::QUrl;
|
||||
include!("cxx-qt-lib/qmodelindex.h");
|
||||
type QModelIndex = cxx_qt_lib::QModelIndex;
|
||||
include!("cxx-qt-lib/qvector.h");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue