mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-08 03:52:42 +01:00
Add missing getter from last commit
This commit is contained in:
parent
4a0270cec1
commit
9b9697fbed
@ -197,9 +197,10 @@ void ScreenPlayManager::requestProjectSettingsAtMonitorIndex(const int index)
|
||||
{
|
||||
for (const std::shared_ptr<ScreenPlayWallpaper>& uPtrWallpaper : qAsConst(m_screenPlayWallpapers)) {
|
||||
if (uPtrWallpaper->screenNumber()[0] == index) {
|
||||
|
||||
emit projectSettingsListModelResult(
|
||||
true,
|
||||
uPtrWallpaper->projectSettingsListModel().get(),
|
||||
uPtrWallpaper->getProjectSettingsListModel(),
|
||||
uPtrWallpaper->type());
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user