mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-03 13:07:48 +00:00
Use LOG/DEBUG_LOG from lib_base.
This commit is contained in:
@@ -98,10 +98,6 @@ void UiIntegration::unregisterLeaveSubscription(not_null<QWidget*> widget) {
|
||||
Core::App().unregisterLeaveSubscription(widget);
|
||||
}
|
||||
|
||||
void UiIntegration::writeLogEntry(const QString &entry) {
|
||||
Logs::writeMain(entry);
|
||||
}
|
||||
|
||||
QString UiIntegration::emojiCacheFolder() {
|
||||
return cWorkingDir() + "tdata/emoji";
|
||||
}
|
||||
@@ -116,12 +112,6 @@ void UiIntegration::activationFromTopPanel() {
|
||||
Platform::IgnoreApplicationActivationRightNow();
|
||||
}
|
||||
|
||||
void UiIntegration::startFontsBegin() {
|
||||
}
|
||||
|
||||
void UiIntegration::startFontsEnd() {
|
||||
}
|
||||
|
||||
QString UiIntegration::timeFormat() {
|
||||
return cTimeFormat();
|
||||
}
|
||||
|
Reference in New Issue
Block a user