mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 17:15:16 +00:00
Initialized empty files for tray implementations.
This commit is contained in:
15
Telegram/SourceFiles/tray.cpp
Normal file
15
Telegram/SourceFiles/tray.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
This file is part of Telegram Desktop,
|
||||
the official desktop application for the Telegram messaging service.
|
||||
|
||||
For license and copyright information please follow this link:
|
||||
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#include "tray.h"
|
||||
|
||||
namespace Core {
|
||||
|
||||
Tray::Tray() {
|
||||
}
|
||||
|
||||
} // namespace Core
|
Reference in New Issue
Block a user