~aleteoryx/muditaos

ref: 3e9d1ee512fe4b313fcfbf6442e578191e14af9c muditaos/module-apps/application-calllog/windows/CallLogOptionsWindow.hpp -rw-r--r-- 360 bytes
3e9d1ee5 — tomaszkrosnowski [EGD-7026] Fix nullptr calls and unlock behaviour 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

#include "../ApplicationCallLog.hpp"
#include "Interface/CalllogRecord.hpp"
#include "OptionWindow.hpp"

std::list<gui::Option> calllogWindowOptions(app::ApplicationCallLog *appl, const CalllogRecord &record);