mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
missing changes
This commit is contained in:
@ -208,10 +208,14 @@ QString ReadingListModel::name(const QModelIndex &mi)
|
||||
|
||||
void ReadingListModel::rename(const QModelIndex &mi, const QString &name)
|
||||
{
|
||||
if(!isEditable(mi))
|
||||
return;
|
||||
|
||||
QSqlDatabase db = DataBaseManagement::loadDatabase(_databasePath);
|
||||
|
||||
//TODO
|
||||
|
||||
|
||||
emit dataChanged(index(mi.row(), 0), index(mi.row(), 0));
|
||||
|
||||
QSqlDatabase::removeDatabase(_databasePath);
|
||||
|
Reference in New Issue
Block a user