Get rid of Ui::Integration::timeFormat
Enum values are used now instead
This commit is contained in:
parent
c5f09bbf69
commit
6c33f9218e
2 changed files with 0 additions and 5 deletions
|
|
@ -47,10 +47,6 @@ bool Integration::screenIsLocked() {
|
|||
return false;
|
||||
}
|
||||
|
||||
QString Integration::timeFormat() {
|
||||
return u"hh:mm"_q;
|
||||
}
|
||||
|
||||
std::shared_ptr<ClickHandler> Integration::createLinkHandler(
|
||||
const EntityLinkData &data,
|
||||
const std::any &context) {
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ public:
|
|||
virtual void activationFromTopPanel();
|
||||
|
||||
[[nodiscard]] virtual bool screenIsLocked();
|
||||
[[nodiscard]] virtual QString timeFormat();
|
||||
|
||||
[[nodiscard]] virtual std::shared_ptr<ClickHandler> createLinkHandler(
|
||||
const EntityLinkData &data,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue