mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
* [EGD-2546] added contact details/addition per contact type * [EGD-2546] gui::Option - controlability of displaying arrow * [EGD-2546] rewritten calllof options window to OptionsWindon framework * [EGD-2546] minor clean up * [EGD-2546] clean up * [EGD-2546] PR fixes * [EGD-2546] new namespace for gui options * [EGD-2546] PR fixes * [EGD-2546] PR fix
8 lines
224 B
C++
8 lines
224 B
C++
#pragma once
|
|
|
|
#include "../ApplicationCallLog.hpp"
|
|
#include "Interface/CalllogRecord.hpp"
|
|
#include "OptionWindow.hpp"
|
|
|
|
std::list<gui::Option> calllogWindowOptions(app::ApplicationCallLog *appl, const CalllogRecord &record);
|