mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
getting most of the info from comic vine
This commit is contained in:
@ -146,6 +146,16 @@ void SelectVolume::setDescription(const QString & jsonDetail)
|
||||
|
||||
QString SelectVolume::getSelectedVolumeId()
|
||||
{
|
||||
return model->getVolumeId(tableVolumes->currentIndex());
|
||||
return model->getVolumeId(tableVolumes->currentIndex());
|
||||
}
|
||||
|
||||
int SelectVolume::getSelectedVolumeNumIssues()
|
||||
{
|
||||
return model->getNumIssues(tableVolumes->currentIndex());
|
||||
}
|
||||
|
||||
QString SelectVolume::getSelectedVolumePublisher()
|
||||
{
|
||||
return model->getPublisher(tableVolumes->currentIndex());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user