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