mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04:00
comments
This commit is contained in:
@ -245,7 +245,7 @@ void ReadingListModel::addReadingList(const QString &name)
|
||||
|
||||
void ReadingListModel::addReadingListAt(const QString &name, const QModelIndex &mi)
|
||||
{
|
||||
|
||||
//TODO
|
||||
}
|
||||
|
||||
bool ReadingListModel::isEditable(const QModelIndex &mi)
|
||||
|
@ -1598,7 +1598,7 @@ void LibraryWindow::addNewReadingList()
|
||||
listsModel->addReadingList(newListName); //top level
|
||||
else
|
||||
{
|
||||
listsModel->addReadingListAt(newListName,sourceMI);
|
||||
listsModel->addReadingListAt(newListName,sourceMI); //sublist
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user