修复全名重复

This commit is contained in:
Mike Solar
2023-08-29 11:45:11 +08:00
parent fd525fb8d1
commit a96f802b85
5 changed files with 27 additions and 5 deletions

View File

@ -52,7 +52,7 @@ public:
SQLiteHelper(QObject *parent = nullptr);
bool update_software();
bool insert_software(QString name, QString orig_name, QString path, QString sort, bool* categories, QString logo, QString img,QString type,bool locked,QString op,QString func,QString url,bool is_navbar,bool is_elite,QString dev);
bool insert_software(QString name, QString orig_name, QString path, QString sort, bool* categories);
int insert_software(QString name, QString orig_name, QString path, QString sort, bool* categories);
bool edit_software(QString name, QString orig_name, QString path, QString sort, bool* categories,QString type="");
bool get_software(QList<ButtonStruct>* buttons, ConfigResponse* config_response);
bool get_software(QList<ButtonStruct>* button_structs,QString background_color , QString title_color, QString title_cover_color);