~aleteoryx/muditaos

ref: 4bf8623d4061d212b4ea090a4f2ad9db4aa744a0 muditaos/module-apps/application-calllog/windows/CallLogOptionsWindow.hpp -rw-r--r-- 357 bytes
4bf8623d — Maciej Janicki [BH-685] Add alarm handler factory 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);