2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add support for custom titlebar on Linux with Qt < 5.15

This commit is contained in:
Ilya Fedin
2020-07-11 03:06:19 +04:00
committed by John Preston
parent 2fd5771c3d
commit b587328fed
8 changed files with 217 additions and 15 deletions

View File

@@ -32,6 +32,14 @@ inline QImage GetImageFromClipboard() {
return {};
}
inline bool StartSystemMove(QWindow *window) {
return false;
}
inline bool StartSystemResize(QWindow *window, Qt::Edges edges) {
return false;
}
namespace ThirdParty {
void start();