mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Revert "Move icon name getter to cross-platform header"
This reverts commit d9318c9935
.
This commit is contained in:
@@ -43,6 +43,10 @@ void SetWindowPriority(not_null<QWidget*> window, uint32 priority);
|
||||
// Activate window with windowId (if found) or the largest priority.
|
||||
void ActivateOtherProcess(uint64 processId, uint64 windowId);
|
||||
|
||||
inline QString ApplicationIconName() {
|
||||
return {};
|
||||
}
|
||||
|
||||
inline QString ExecutablePathForShortcuts() {
|
||||
return cExeDir() + cExeName();
|
||||
}
|
||||
|
Reference in New Issue
Block a user