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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user