mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Make UnsafeShowOpenWith inline on Linux
This commit is contained in:
@@ -6,15 +6,3 @@ For license and copyright information please follow this link:
|
||||
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#include "platform/linux/file_utilities_linux.h"
|
||||
|
||||
#include "platform/linux/linux_xdp_open_with_dialog.h"
|
||||
|
||||
namespace Platform {
|
||||
namespace File {
|
||||
|
||||
bool UnsafeShowOpenWith(const QString &filepath) {
|
||||
return internal::ShowXDPOpenWithDialog(filepath);
|
||||
}
|
||||
|
||||
} // namespace File
|
||||
} // namespace Platform
|
||||
|
||||
Reference in New Issue
Block a user