1
0
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:
Elias Steurer 2020-06-06 16:00:22 +02:00
parent 4a0270cec1
commit 9b9697fbed

View File

@ -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;
}